Skip to main content
Version: 20 R7 BETA

QR MOVE COLUMN

QR MOVE COLUMN ( area ; column ; newPos )

ParameterTypeDescription
areaIntegerReference of the area
columnIntegerColumn number
newPosIntegerNew position for column

This command is not thread-safe, it cannot be used in preemptive code.

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: