Home > Available Help Files > PC-DMIS BASIC Language > Basic Script Editor > Edit Menu > Dialog Editor > To Modify an Existing Dialog Box:
Current Help File: PC-DMIS Basic (View Core Help)
This procedure assumes you have already pasted some sort of dialog box code from the clipboard into the Basic Script Editor, as described in the "To Create a New Dialog Box:" topic.
Access the Basic Script Editor inside PC-DMIS.
Select the dialog box code and press CTRL + C to copy it to the clipboard. The dialog box code begins with Begin Dialog and ends with End Dialog.
Select Edit | Dialog Editor. The MasQ Enable Dialog Designer appears.
From the dialog designer's menu bar, select File | Load Dialog from clipboard.
Use the dialog designer to further modify your dialog box.
When you have finished modifying your dialog box, select File | Put Dialog on Clipboard. This sends the code for the dialog box to the Clipboard.
Select File | Close Dialog Designer.
Access the Basic Script Editor inside PC-DMIS.
Press CTRL + V to paste the code from the clipboard into the Basic Script Editor.
Modify the code as needed.