default form to

Examples


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.

Syntax

default form to form_name

Parameters

form_name – The form that will be the default form for the current global procedure or global function.

Comments

The following guidelines must be observed when using the default form to statement:

This statement is often used with the default window to statement.


Documentation Feedback