focus

Examples


The focus statement moves the focus to the specified field. This statement can be used to skip unnecessary fields in a window, or to place the focus in a specific field after an event.

Syntax

focus {field} field_name

Parameters

field – An optional keyword identifying the following name as a field.

field_name – The name of the field to which the focus is to be moved.


Documentation Feedback