Skip to main content
Version: 21 R3

QR DELETE COLUMN

QR DELETE COLUMN ( area : Integer ; colNumber : Integer )

ParameterTypeDescription
areaInteger→Reference of the area
colNumberInteger→Column number
History
ReleaseChanges
2003Created

Description​

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​

Command number749
Thread safeno
Modifies variableserror