The default form to statement provides default qualification for form names within a script. It specifies the the form to use in the script, when a form is not explicitly qualified.
default form to form_name
• form_name – The form that will be the default form for the current global procedure or global function.
The following guidelines must be observed when using the default form to statement:
This statement is often used with the default window to statement.