LOTUSSCRIPT/COM/OLE CLASSES


GetLastDocument method
Example

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


Usage

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

Language cross-reference

getLastDocument method in Java ViewNavigator class

Example
See Also