4D v16.3

QR MOVE COLUMN

Home

 
4D v16.3
QR MOVE COLUMN

QR MOVE COLUMN 


 

QR MOVE COLUMN ( area ; column ; newPos ) 
Parameter Type   Description
area  Longint in Reference of the area
column  Longint in Column number
newPos  Longint in 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.

Example  

You have designed the following report:

If you execute:

 QR MOVE COLUMN(area;3;4)

The result is:

 
PROPERTIES 

Product: 4D
Theme: Quick Report
Number: 1325

 
HISTORY 

Created: 4D v15 R3

 
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)