This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
QR MOVE COLUMN
|
QR MOVE COLUMN ( area ; column ; newPos ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
Reference of the area | |||||
column | Longint |
![]() |
Column number | |||||
newPos | Longint |
![]() |
New position for column | |||||
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.
You have designed the following report:
If you execute:
QR MOVE COLUMN(area;3;4)
The result is:
Product: 4D
Theme: Quick Report
Number:
1325
Created: 4D v15 R3
4D Language Reference ( 4D v20 R7)