InputPrinter(Prompt: String[, Title: String, Default: String, AllowEmpty: Boolean]): String
Displays a message, User must select a printer from the list or click a button, returns a string containing the printer name for the selected printer.
InputPrinter function syntax has these named arguments:
Parameter |
Description |
Prompt |
Required. String expression displayed as the message in the dialog box. |
Title |
Optional. String expression displayed in the title bar of the dialog box. If you omit title, the application name is placed in the title bar. |
Default |
Optional. Printer name displayed in the look-up control as the default response if no other input is provided. If you omit default, the default printer for Accredo is displayed. |
Allow Empty |
Optional, defaults to False. Determines if the Lookup can be cleared after a value has been selected. |
See also Scripted Form InputPrinter method.