guides:programming:programmers_reference_manual:numcolumns_run_report_keyword

NUMCOLUMNS Run_Report keyword

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

NUMCOLUMNS number

NOCOLUMNS has the following parameter:

ParameterDescription
numberThe number of times to repeat columns within a report.
* Print Customer_Name and Company for Customers

stmt = 'LIST CUSTOMERS CUSTOMER_NAME COMPANY ID-SUPP '

stmt:= ' NUMCOLUMNS 2'

Run_Report("",stmt)

run_report_nocolumns.jpg

  • guides/programming/programmers_reference_manual/numcolumns_run_report_keyword.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1