GetPrevEntry (NotesViewEntryCollection - LotusScript®)

Gets the entry immediately preceding the current one or a specified entry in a view collection.

Defined in

NotesViewEntryCollection

Syntax

Set notesViewEntry = notesViewEntryCollection .GetPrevEntry( currententry )

Parameters

currententry

NotesViewEntry. An entry in the view collection. If you specify Nothing, this method generates an error.

Return value

notesViewEntry

If no parameter, the entry preceding the current entry. If a parameter, the entry preceding the specified entry. If there is no previous entry, returns Nothing.

Example