GetNext (NotesViewNavigator - LotusScript®)

Returns the next entry in a view navigator.

Defined in

NotesViewNavigator

Syntax

Set notesViewEntry = notesViewNavigator .GetNext( 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 following the current or specified entry. Returns Nothing if there is no next entry.

Usage

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

Example