LOTUSSCRIPT/COM/OLE CLASSES


CurrentField property
Example

Read-only. The name of the field where the cursor is.

Defined in

NotesUIDocument

Data type

String

Syntax

To get: fieldName$ = notesUIDocument.CurrentField

Usage

This property is valid only when the document is in Edit mode. If it's in Read mode, CurrentField returns an empty string ("").

In the Exiting and OnBlur events, this property refers to where the cursor goes, not to the field being exited.

Language cross-reference

@ThisName function in formula language

Example
See Also