Define/Edit Arguments Dialog

Description

You use Arguments to pass parameters to the Define SQL Statement dialog box. To create an argument:

  1. Click Add.

  2. Enter the name of the argument into the Argument Name control and click OK. Afterwards, you may change the name in the Name control.

  3. Enter the prompt that will appear to the left of the input field into the Prompt control.

  4. Select the data type of the argument in the Type list. The options are:

    • "Character"

    • "Date"

    • "Logical"

    • "Numeric"

    • "Short Time"

    • "Time"

  5. Select the type of control to display to the user in the Style list. The options are:

    • "Calculator"

    • "Calendar"

    • "ComboBox"

    • "EditComboBox"

    • "ListBox"

    • "Password"

    • "RadioButtons"

    • "TextBox"

  6. If you selected a type of control in step 5 that requires choices, click the Define Choices button to enter a static list of choices to display.

  7. Optionally, enter a Default Value for the argument.

  8. If you selected a type of control in step 5 that allows the user to enter any value, optionally enter Minimum value and Maximum value for Range Checking.

  9. Optionally, enter help text into the Help Text field.

  10. Optionally, click Customize to change the dialog's title or the labels of the OK and Cancel buttons.

  11. Optionally, click Preview Dialog to see how the finished dialog will appear.

  12. Click OK to continue.

    images/AS_Define_Edit_Arguments_dialog.gif

See Also