PreviousNextIndex

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
destination

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.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex