Occurs when the user exits a field in Edit mode.
Note This event is new with Release 6.
OnBlur(Source as Field)
Source
Field. Read-only. The field.
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.
See examples