LOTUSSCRIPT/COM/OLE CLASSES


GetPrevEntry method
Example

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


Return value

notesViewEntry


Language cross-reference

getPrevEntry method in Java ViewEntryCollection class

Example