Input dialog
Displays an input dialog box that lets the user enter a value, the entered value will be used in the subsequent actions. For example, you may use the instruction to ask user which type of files should be copied in a file copy task.
Click here to show the figure
Parameters
-
Prompt string The title of dialog, it will be displayed in the dialog box, and can be used to inform the user why need to input a value.
-
Initial value Specifies a default value.
-
Format of value Specifies which format of value is allowed. For example, if the option is "Only numeric is allowed" and the user enter a string "abc", an error message box will popup when "OK" button is clicked.
-
Value must not be empty With the option checked, the "OK" button will be grayed if there is nothing in the input field.
-
Action after clicking "Cancel" button Specifies an action that should be executed after the "Cancel" button is clicked.
-
Retrieve entered value Specifies the name of an already defined variable that should be populated with the entered value.
Notes:
The variable for the input value shouldn't be empty, for more information about the variable, please refer to "Work with variables".
|