4D v16.3

QR Count columns

Home

 
4D v16.3
QR Count columns

QR Count columns 


 

QR Count columns ( area ) -> Function result 
Parameter Type   Description
area  Longint in Reference of the area
Function result  Longint in Number of columns in area

The QR Count columns command returns the number of columns present in the Quick Report area.

If you pass an invalid area number, the error -9850 will be generated.

Example  

The following code retrieves the column count and inserts a column to the right of the rightmost existing column:

 $ColNb:=QR Count columns(MyArea)
 QR INSERT COLUMN(MyArea;$ColNb+1;->[Table 1]Field2)



See also 

QR DELETE COLUMN
QR INSERT COLUMN

 
PROPERTIES 

Product: 4D
Theme: Quick Report
Number: 764

This command modifies the Error system variable

 
HISTORY 

Created: 4D 2003

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)