You can create
a new form from within an application.
Procedure
- Choose File > New Script Form from
the menu bar. The Select Script Language dialog box appears.
- Choose either VBScript or
JScript option in the Form Language dropdown list and click OK.
The Form Editor appears.
- Design your form by dragging
objects from the Object Bar palette and defining their properties
as needed.
- Switch to the Script Editor
(Click the View Script icon in the Standard toolbar) and write the
script code (event handlers) for each object.
- Any custom functions must
be placed in the Declarations section of the script.
- Select File > Save to
save the form and associated script.