Description
Use NUMCOLUMNS to repeat the selected columns of data within a report.
Syntax
NUMCOLUMNS number
Remarks
NUMCOLUMNS has the following parameter:
Parameter | Description |
---|---|
number | The number of times to repeat columns within a report. |
Example
* Print Customer_Name and Company for Customers stmt = 'LIST CUSTOMERS CUSTOMER_NAME COMPANY ID-SUPP ' stmt:= ' NUMCOLUMNS 2' Run_Report("",stmt)