Posted 14 years ago
by Martin
-
Blaise - Statistics Netherlands

I want to search multiple documents. I want to use
to search each document. However, after the last found item (if any) in a document, i don't want the search to be wrapped to the top of this same document. Is there a possibilty to prevent this feature by setting a flag (FlagManager) or so?
Usage of the sanpshot FindNext seems to make things complicated, so that i want to avoid.
I hope my question is clear:)
Greetz Martin
result = this.ActiveView.Searcher.FindNext(options);
Usage of the sanpshot FindNext seems to make things complicated, so that i want to avoid.
I hope my question is clear:)
Greetz Martin