Progress
Language Reference


MOVE-COLUMN( ) Method

Repositions a column in a browse widget.

Return Type: LOGICAL

Applies To: Browse

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.


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