GetLastDocument (NotesViewNavigator - LotusScript®)

Returns the last document entry in a view navigator, skipping any category and totals entries.

Defined in

NotesViewNavigator

Syntax

Set notesViewEntry = notesViewNavigator .GetLastDocument

Return value

notesViewEntry

NotesViewEntry. The last document entry of the navigator. Returns Nothing if there are no entries.

Usage

This method moves the current pointer to the retrieved entry unless the return value is Nothing.

Example