Form-> Windows menu-> Show Form Properties
The Form Properties Palette allows you to define properties for the currently open form. These properties include Form Size, Print Offset, and Global MetaScript that is executed when the form is opened.
The Form Properties Palette provides the ability to define form dimensions and the Global MetaScript for the open form.
Click to see a detailed description of the palette.
The distance the form will be horizontally offset from the left edge of the paper when printed. | |
The distance the form will be offset from the top edge of the paper when printed. | |
Opens a MetaScript editor for defining the Global MetaScript for the form. The Global MetaScript is MetaScript code that is executed only when the form is opened for printing in Job Manager. The script is called "Global" because the functions it defines are global within the scope of the form - i.e. functions defined within the Global MetaScript of a form may be called from the scripts defined for individual form fields. Additional Information on writing Global MetaScript can be found in "Writing Global MetaScript For A Form". |
To show the Form Properties Palette:
To hide the Form Properties Palette:
To edit the Global MetaScript in the form:
- Follow the instructions in "Writing Global MetaScript For A Form".