Move the browse column
- Last Updated: April 12, 2024
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To let the user move the columns of a browse, use one of the following techniques:
- To let the user move any column of a browse, you set the browse’s
COLUMN-MOVABLEattribute to TRUE. - To let the user move a single column, you set the column’s
MOVABLEattribute to TRUE. - To move a column at run time, the user drags a column label horizontally. (If the user drags a column label to either edge of the viewport, the AVM scrolls the viewport.)
To move a browse column programmatically, you use the MOVE-COLUMN method
of the browse, as shown earlier.