Controlling the focus

The focus statement moves the focus (the location where the user currently can enter information) to the specified field. The following script moves to the focus to the Account Number field.

focus field 'Account Number';

 


Documentation Feedback