Versions Compared

Key

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

...

ParameterDescription
numberThe number of times to repeat columns within a report.

Example

 

Code Block
* Print Customer_Name and Company for Customers
 
stmt = 'LIST CUSTOMERS CUSTOMER_NAME COMPANY ID-SUPP '
stmt:= ' NUMCOLUMNS 2'
 
Run_Report("",stmt)

 

 

Numcolumns.jpgImage RemovedImage Added