GetPrev (NotesViewNavigator - LotusScript®)
Returns the previous entry in a view navigator.
Defined in
Syntax
Set notesViewEntry = notesViewNavigator .GetPrev( entry )
Parameters
entry
NotesViewEntry. An entry in the view. Defaults to the current entry. If you specify Nothing, this method generates an error.
Return value
notesViewEntry
NotesViewEntry. The entry preceding the current or specified entry. Returns Nothing if there is no previous entry.
Usage
This method moves the current pointer to the retrieved entry unless the return value is Nothing.