Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : MOVE-COLUMN( ) method
 

MOVE-COLUMN( ) method

(Graphical interfaces only)
Repositions a column in a browse widget.
Return type: LOGICAL
Applies to: BROWSE widget

Syntax

MOVE-COLUMN ( source , destination )
source
An integer expression specifying the column to be moved.
destination
An integer expression specifying the position to which the column is moved.
The columns of a browse are numbered left to right beginning with 1 including both visible and hidden columns. For example, browse:MOVE-COLUMN(1, 3) moves the first column to the third position (the second column becomes the first column and the third column becomes the second column). If the column is successfully moved, the method returns the value TRUE.