To Create a New Dialog Box:

  1. Select Edit | Dialog Editor. The MasQ Enable Dialog Designer appears.

  2. Use the dialog designer toolbar to select and place controls into the Design window.

  3. Change caption properties as needed by using the Properties option from the Window menu.

  4. Align controls on the Design window by using options in the Edit menu.

  5. When you have finished designing your dialog box, select File | Put Dialog on Clipboard. This sends the code for the dialog box to the Clipboard.

  6. Select File | Close Dialog Designer.

  7. Access the Basic Script Editor inside PC-DMIS.

  8. Press CTRL + V to paste the code from the Clipboard into the Basic Script Editor. The dialog box code begins with Begin Dialog and ends with End Dialog.

  9. Modify the code as needed.