Creating a Form

You can create a new form from within an application.

Procedure

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