GotFocus

The GotFocus event occurs as soon as the user (either moving forward or backing up) reaches the data entry field. This event is typically used to generate a default value that the user can either accept or reject.

Group:   Events

Applies to: Applications, Prompts

Syntax: GotFocus(Rsp, AllowChange)

Rsp                 (String) is the default value to display on the Client device.

AllowChange   (Boolean) is set to True to allow the user to override the default, and is set to False to generate an OnEnter event bypassing user interaction at this field.