Progress
Programming
Handbook


Moving the Browse-column

To let the user move the browse-columns of a browse, the programmer uses one of the following techniques:

To move a browse-column through direct manipulation, the user drags a column label horizontally. (If the user drags a column label to either edge of the viewport, Progress scrolls the viewport.)

NOTE: To move the second browse-column to the left, the user should move the leftmost browse-column to the right instead, thereby swapping slots.

To move a browse-column programmatically, the programmer uses the MOVE–COLUMN method of the browse.

The following code fragment programmatically moves the first browse-column of a browse to the third position:

mybrowse:MOVE-COLUMN(1,3). 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095