Exiting (Field Class - LotusScript®)

Occurs when the user exits a field in Edit mode.

Note: Preferred (starting with Release 6) is OnBlur.

Defined in

Field Class

Syntax

Exiting(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.