LOTUSSCRIPT/COM/OLE CLASSES
Moves the current pointer to the previous category entry before a specified entry in a view navigator.
Note This method is new with Release 5.0.2b.
Note This method is supported in COM only.
Defined in
NotesViewNavigator
Syntax
Call notesViewNavigator.GotoPrevCategory( entry )
Parameters
entry
If there is no previous category entry, the current pointer stays where it is. No exception is raised. You must insert your own code (for example, comparing positions) to detect this condition.
Language cross-reference
gotoPrevCategory method in Java ViewNavigator class
Example See Also