Page 1 of 1

Searching with rvseoMultiItem

Posted: Thu May 20, 2010 11:39 am
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]

Posted: Thu May 20, 2010 12:10 pm
by Sergey Tkachenko
I cannot reproduce this problem.
Please create a simple project showing it and send it to me.