GET COMMANDS
|
Stores the default printer name in the specified variable
Syntax
GET DEFAULT PRINTER TO <cPrinterName>
Stores the selected printer name in the specified variable
Syntax
GET SELECTED PRINTER TO <cPrinter>
Stores the available paper for current printer in the specified array.
Syntax
GET PAPERS TO <aPapers>
Stores the available bins for current printer in the specified array.
Syntax
GET BINS TO <aBins>
Stores the available printers in the specified array.
Syntax
GET PRINTERS TO <aPrinters>
Stores the available ports in the specified array.
Syntax
GET PORTS TO <aPorts>
Stores current background color to the specified variable.
Syntax
GET BACKCOLOR [TO] <nColor>
Stores the current textcolor into the specified variable.
Syntax
GET TEXTCOLOR [TO] <nVar>
Returns the current greatest row available.
Syntax
HBPRNMAXROW
Returns the current greatest column available.
Syntax
HBPRNMAXCOL
Returns the current error code.
Syntax
HBPRNERROR
Syntax
.
Detect whether the user has printed the document (after PREVIEW mode only).
Syntax
GET ESCAPE STATUS TO <status>