Equinox Online Help - Language Reference - A to Z

Home

PrinterSettings

Applies to
SyntaxPrinterSettings [name, orientation, size, source, copies, file]
Action[statement] Holds the values of the current printer settings
ScopeCan be used anywhere.
Notes

This statement will return the current values set for the printer as specified by the parameters.

CategoryReports
See Also ChoosePrinter, ForceBreak, NewPage, Print Setup, PrinterSettings, ReportField, ResetBlock
Example

This example prints the name of the printer in the print window.

PrinterSettings name
Print name

This example will print both the name of the printer and the paper orientation to the print window.

PrinterSettings name, orientation
Print name
Print orientation