Input Box

All input boxes display a system modal (always on top) text-based input box with one or more buttons. This script halts until the user clicks on a button. Use the GOTO_ON_... commands to handle the responses.

INPUT_TITLE title

This sets the title for all input boxes. If not specified, then the value for the message box title is set to the script file name.

INPUT_ACTIVATELASTAPP var

If var=1 then when the message box closes, activate the last application that was active before the input box was closed. This is useful when your script prompts the user to do something like "Click on the first name field of the form and click 'OK'."

INPUT_OKCANCEL message, var1

Display with 'OK' and 'Cancel' buttons. Prompt with a single line text box. Var1 is the default value and the return value.

INPUT_MULTI _OKCANCEL message, var1

Display with 'OK' and 'Cancel' buttons. Prompt with a multi-line text box. Var1 is the default value and the return value.

© 1991-2024 - Baseline Data Systems, Inc.