MoveTo

Examples


The MoveTo command indicates the focus being moved to a particular field, line or button. The focus can be moved using either the mouse or the TAB key.

Syntax

MoveTo field field_name {item item_index # label }

Parameters

field_name - The name of the field to which the focus is being moved.

• item item_index # label - This clause is included if the field was a list view field. The item_index parameter is an integer indicating the item selected in the field. The first item's index is 1, the second item's index is 2, and so forth. If no item is selected, 0 is used. The label parameter is a string indicating the text label applied to the item. If no item is selected, this parameter will be empty.


Documentation Feedback