GetFirstDocument (NotesViewNavigator - LotusScript®)

Returns the first document entry in a view navigator, skipping any category entries.

Defined in

NotesViewNavigator

Syntax

Set notesViewEntry = notesViewNavigator .GetFirstDocument

Return value

notesViewEntry

NotesViewEntry. The first 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