Searching with rvseoMultiItem

General TRichView support forum. Please post your questions here
Post Reply
x_ginger
Posts: 12
Joined: Fri May 07, 2010 9:22 am

Searching with rvseoMultiItem

Post by x_ginger »

I have an RVF text with the same formatting which includes a lot of iterative words, like this:

÷÷÷
<IMAGE>÷÷÷
÷÷÷

<IMAGE> contains an image.
When I start searching with command

Code: Select all

Found := AEdit.SearchText('÷÷÷', [rvseoMultiItem, rvseoDown]);
at the first search the word '÷÷÷' is found and selected, but at the second search AN IMAGE is found and selected, not the next '÷÷÷'! Why?

And if I use the same searching in the included table, just whitout image, I can't find all the words '÷÷÷' except first. Why?

How can I find all the words whitout images?[/img]
Sergey Tkachenko
Site Admin
Posts: 17524
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I cannot reproduce this problem.
Please create a simple project showing it and send it to me.
Post Reply