Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Example

 

Code Block
* 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)