LOTUSSCRIPT/COM/OLE CLASSES


GetPrevDocument method
Example

Given a document in a view, returns the document immediately preceding.

Defined in

NotesView

Syntax

Set notesDocument = notesView.GetPrevDocument( document )

Parameters

document


Return value

notesDocument


Language cross-reference

getPrevDocument method in Java View class

NavigatePrev @command in formula language

NavPrev @command in formula language

NavigateToBacklink @command in formula language

Example
See Also