Hi all,in an agent I search documents by calling the following code.
Call NotesViewEntryCollection.Ftsearch(sQuery, 0)
If there are no hits I get an error message: “There is no current search result to refine” else the function works correct.
The NotesViewEntryCollection.FTSearch(…) doesnt have a return. How can I catch this error? Somebody can help please.