In the following example, the House Entry window is open, but is not currently active. The following command makes the House Entry window active.
ActivateWindow dictionary 'default' form 'House_Entry' window 'House_Entry'
In the following example, the Sellers Button is chosen from the Main Menu, which is a tool bar window. The tool bar is made active because a control in it is being used.
ActivateWindow dictionary 'default' form 'Main Menu' window 'Main_Menu' MoveTo field 'Sellers Button' ClickHit field 'Sellers Button'