PRINTER-DEINIT

Note:

This command may be discontinued in a future release. We highly recommend that you no longer use this command. To take advantage of newer Production Reporting functionality, use the RESET‑STRING parameter of the DECLARE-PRINTER command.

Function

Sends control or other characters to the printer at the end of a report.

Syntax

PRINTER-DEINIT initialization_string

Description

Specify nondisplay characters by placing their decimal values inside angled brackets. For example, <27> is the ESC or escape character.

PRINTER-DEINIT is used only in the SETUP section and is designed for use with Line-Printer style output. It has limited functionality with HP LaserJet and PostScript printers.

Examples

begin-setup
  printer-deinit<27>[7J	! Reset the printer
end-setup