NavigatorFind.4 |
Scroll |
Starts Thereforeā¢ Navigator if Navigator is not running; opens a cross category query with the specified index data values.
Namespace: Therefore.API
Visual Basic Public Overridable Function NavigatorFind ( pIndexDataList As TheIndexDataList, _ nFlags As TheNavigatorFindFlags, _ nQueryNo As Integer, _ hwndNotify As Integer _ ) C# public virtual void NavigatorFind ( TheIndexData pIndexDataList, TheNavigatorFindFlags nFlags, int nQueryNo, int hwndNotify )
Parameters pIndexDataList TheIndexDataList containing a list of valid index data objects.
nFlags Flags for the search process.
nQueryNo A valid cross category query template number.
hwndNotify Reserved for future use.
Return Value None. |
|
It is possible but not recommended to use this function to retrieve and display a document by specifying a query that will give a result set with one row and setting the nFlags to 4. If you are sure, that your query will result in exactly one row use the TheServer function DBQueryDoc to get the document number and display the document by calling Retrieve and View. This will result in better performance because the Navigator is not started and does not appear on the screen. Use NavigatorFind only if you want to activate Thereforeā¢ Navigator. (e.g.: display result set, ā¦) |