LOTUSSCRIPT/COM/OLE CLASSES


GotoNextField method
Places the cursor in the next field in a document. The next field is the one below and to the right of the current field.

Defined in

NotesUIDocument

Syntax

Call notesUIDocument.GotoNextField

Usage

This method is valid only when the document is in Edit mode.

Language cross-reference

V3EditNextField @command in formula language

EditDown @command in formula language

EditRight @command in formula language

EditNextField @command in formula language

See Also