Entering (Field Class - LotusScript®)
Occurs when the user enters a field in Edit mode.
Note: Preferred (starting with Release 6) is
OnFocus.
Defined in
Syntax
Entering(Source as Field)
Parameters
Source
Field. Read-only. The field.
Usage
When you create a script that responds to this event, Domino® creates the syntax of the event for you (including the parameter). You do not need to type it in.