PRINTER-INIT
You should no longer use this command because it may be discontinued in a future release. To use the newer SQR functionality, use the INIT-STRING parameter of the DECLARE-PRINTER command.
Syntax
Use this syntax:
PRINTER-INIT initialization_string
Description
Sends control or other characters to the printer at the beginning of a report.
Specify nondisplay characters by placing their decimal values inside angle brackets. For example, <27> is the ESC or escape character.
The PRINTER-INIT command is used only in the SETUP section and is designed for use with line printers. It has limited functionality with HP LaserJet and PostScript printers.
Example
For example:
begin-setup
printer-init<27>[7J ! Set the printer
end-setup