WinStudio
IWSApplication interface
Shifts the focus from one form to another.
Application.FocusToForm( string )
Part |
Description |
string |
Required. The name of the form. |
The form receiving focus must be open.
Sub Main Application.FocusToForm( "BGTaskDefinitions" ) End Sub