How to SearchText in RVReportHelper.RichView?

General TRichView support forum. Please post your questions here
Post Reply
AXSchmidt
Posts: 20
Joined: Thu Mar 15, 2012 3:16 pm

How to SearchText in RVReportHelper.RichView?

Post by AXSchmidt »

How can I search text in a RVE RV?
I get this error:
'List index out of bounds (-1)'

thxs
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

SearchText selects the found text, it cannot be used in TRVReportHelper, because it cannot select text.
Do you want a position of text? What do you want to implement?
AXSchmidt
Posts: 20
Joined: Thu Mar 15, 2012 3:16 pm

Post by AXSchmidt »

i want to find for example a text in a table and get the row.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Do you want to find the first occurrence of text? Or all of them?
AXSchmidt
Posts: 20
Joined: Thu Mar 15, 2012 3:16 pm

Post by AXSchmidt »

i would be nice to have both functions
Post Reply