LOTUSSCRIPT/COM/OLE CLASSES
Positions navigator to first match of the current name in the navigator.
Note This method is new with Release 8
Defined in
NotesDirectoryNavigator
Syntax
flag = notesDirectoryNavigator.FindFirstMatch()
Return value
flag
Positions the directory navigator at the first match, and sets the CurrentName property with the name found in that match. Lookups automatically position the navigator at the first match of the first name.
Language cross-reference
findFirstMatch in Java DirectoryNavigator class
Example