4D v16.3

QR DELETE COLUMN

Home

 
4D v16.3
QR DELETE COLUMN

QR DELETE COLUMN 


 

QR DELETE COLUMN ( area ; colNumber ) 
Parameter Type   Description
area  Longint in Reference of the area
colNumber  Longint in Column number

The QR DELETE COLUMN command deletes the column in area whose number was passed in colNumber. This command does not apply to cross-table reports.

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

Example  

The following example makes sure the report is a list report and deletes the third column:

 If(QR Get report kind(MyArea)=qr list report)
    QR DELETE COLUMN(MyArea;3)
 End if



See also 

QR INSERT COLUMN

 
PROPERTIES 

Product: 4D
Theme: Quick Report
Number: 749

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)