MOVE-COLUMN( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
(Graphical interfaces only)
Repositions a column in a browse widget.
Return type: LOGICAL
Applies to: BROWSE widget
Syntax
|
- 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.