Dialog Properties
To view and set Dialog Properties:
- Click on the canvas in an area outside of any controls. With no controls on the canvas, Dialog Properties are always visible.
Dialog Name. The Dialog Name property is required and specifies a unique name to associate with the dialog. To minimize the possibility of name conflicts, you may want to prefix the dialog name with an identifier for your organization, such as a URL.
Menu Location. Click the ellipsis (...) button to open the Menu Location dialog box, which allows you to specify the name and location of the menu item for the custom dialog.
Title. The Title property specifies the text to be displayed in the title bar of the dialog box.
- Localized versions of the help file that exist in the same directory as the help file are automatically added to the dialog when you add the help file. Localized versions of the help file are named <Help File>_<language identifier>.htm. For more information, see the topic Creating Localized Versions of Custom Dialogs.
- Supporting files, such as image files and style sheets, can be added to the dialog by first saving the dialog. You then manually add the supporting files to the dialog file (.cfe or .spd). For information about accessing and manually modifying custom dialog files, see the section that is titled "To localize dialog strings" in the topic Creating Localized Versions of Custom Dialogs.
Web Deployment Properties. Allows you to associate a properties file with this dialog for use in building thin client applications that are deployed over the web.
Modeless. Specifies whether the dialog is modal or modeless. When a dialog is modal, it must be closed before the user can interact with the main application windows (Data, Output, and Syntax) or with other open dialogs. Modeless dialogs do not have that constraint. The default is modeless.
Data Source. Specifies the source of the fields that are displayed in Source List, Target List, and Field Chooser controls. By default, the active dataset is the data source. You can specify a Dataset Selector control as the data source. At run time, the dataset that is selected in the control is the data source. Click the ellipsis (...) button to open the Data Source dialog box and specify the data source.