Description |
Displays the standard Windows Open, Save As, or Browse for Folder dialogs. The file or folder selected is stored in a variable for use in subsequent steps. |
Declaration |
<AMCOMMONDIALOG ACTION="text [options]" TITLE="text" RESULTVARIABLE="text" DEFAULTFOLDER="text" FILTER="text"> |
Example |
<AMCOMMONDIALOG WINDOWTITLE="Save As" RESULTVARIABLE="Variable_Name" DEFAULTFOLDER="" /> |
General Tab Parameters |
Dialog type: Specifies what type of dialog to display.
Text, required Title: Specifies the title of the common dialog box (e.g. 'Please Browse for the Target Spreadsheet') Text, optional Default (blank) Populate variable with result (for inputted text):Specifies the name of an already created variable that should be populated with the text that the user has input as a response to the question. text, Optional - Default (none) |
Advanced Tab Parameters |
Filter: Specifies the file filters for the Open File and Save As dialog boxes. Filters represent the masks that are listed in the "File Type" list. Text, optional Default (blank) Initial folder: Specifies the starting folder for the browse or save as dialog (this is not supported in the Folder dialog). Text, optional Default (blank) On cancel: Specifies the action to take when Cancel is clicked. (Continue, Stop, or Fail) |
See Also |