.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


GetNextDocument method
Example

Given a document in a view, returns the document immediately following it.

Defined in

NotesView

Syntax

Set notesDocument = notesView.GetNextDocument( document )

Parameters

document


Return value

notesDocument


Usage

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