Skip to main content
Version: 21 R3

QR MOVE COLUMN

QR MOVE COLUMN ( area : Integer ; column : Integer ; newPos : Integer )

ParameterTypeDescription
areaInteger→Reference of the area
columnInteger→Column number
newPosInteger→New position for column
History
ReleaseChanges
15 R3Created

Description​

The QR MOVE COLUMN command moves the column currently found at the column position to the newPos position.

Both the column and newPos parameters must be valid column numbers (between 1 and the total number of columns in the report); otherwise, the error -9852 is returned.

Note: This command can be used with list reports only.

Example​

You have designed the following report:

If you execute:

 QR MOVE COLUMN(area;3;4)

The result is:

Properties​

Command number1325
Thread safeno