LOTUSSCRIPT/COM/OLE CLASSES
Given a document in a view, returns the document immediately following it.
Defined in
NotesView
Syntax
Set notesDocument = notesView.GetNextDocument( document )
Parameters
document
notesDocument
GetNextDocument returns the next document in the view regardless of what type of document it is (document, response, or response-to-response). If you want the next sibling document in the view, use GetNextSibling.
Language cross-reference
getNextDocument method in Java View class
NavigateNext @command in formula language
NavNext @command in formula language
Example See Also