You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

  • No labels