Configuring a printerΒΆ

ConfigurePrinter()

Configure a printer


SYNTAX

ConfigurePrinter(printer_name)

Configure the printer specified in printer_name. A Windows dialog is opened to configure the printer. The dialog is device-driver dependent, so only those capabilities which are supported can be configured. Only the specified printer is affected.

The configuration takes effect during the execution of the Sculptor report program containing the function call.

An array of available printer_names may be obtained by the EnumPrinters() function. This function may be combined with ConfigurePrinter() to build a dialog to select and configure the printers on your system.


RELATED TOPICS

Reports

Report functions