guides:programming:programmers_reference_manual:papersize_run_report_keyword

PAPERSIZE

Use PAPERSIZE to print reports to a specific papersize.

PAPERSIZE size

PAPERSIZE has the following parameter:

ParameterDescription
sizeOne of the valid papersizes defined in the insert record OIPRINT_Equates. The Papersize also must be a valid papersize for the printer used.
* Print the report to legal paper

stmt = 'List CUSTOMERS ID-SUPP COMPANY ADDRESS1 ADDRESS2'

stmt:= ' CITY STATE ZIP PHONE GRID LANDSCAPE LEGAL'

stmt:= ' PAPERSIZE 5'

Run_Report("",stmt)
  • guides/programming/programmers_reference_manual/papersize_run_report_keyword.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1