CurrentField (NotesUIDocument - LotusScript®)
Read-only. The name of the field where the cursor is.
Defined in
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.