Description

Use NUMCOLUMNS to repeat the selected columns of data within a report.

Syntax

NUMCOLUMNS number

Remarks

NOCOLUMNS has the following parameter:

ParameterDescription
numberThe 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)

Numcolumns.jpg