Previous Topic

Next Topic

InputPrinter - Scripted Form Method

method InputPrinter(ControlName: String, Prompt: String[, Default: String, AllowEmpty: Boolean])

Define a printer list control on a scripted form that allows selection of a printer by name.

InputPrinter method syntax has these named arguments:

Parameter

Description

Control Name

Required. Name of the control. Must be a valid MaxBasic identifier.

Prompt

Required. Prompt text to display to left of the control.

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 MaxBasic InputPrinter function.

See Also

ScriptedForm Object

Book Contents

Book Index