Use this command to force a form active that has been previously loaded with the LOAD_FORM command.
ACTIVATE_FORM f/c/e Required - The name of the form to be activated or loaded. NOTE: This is the internal name. Get this value from the GET_FORM_NAME() function.
COMMENTS
The effect of this command would be the same as if the user clicked on an object on the non-active form. The mouse will be placed in the object listed as first on the form (see TTASForm for more information).
EXAMPLE
define x type a size 20
x = GET_FORM_NAME()
// x = 'EditForm1'
ACTIVATE_FORM X //THIS WILL ACTIVATE X
ACTIVATE_FORM GET_FORM_NAME() //THIS WILL USE THE CURRENT FORM
SEE ALSO
ENABLE_ALL, DISABLE_ALL, RELEASE_FORM LOAD_FORM LOAD_MODAL_FORM()
Page url: http://www.cassoftware.com/tas/manual/activateform.htm