Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving Columns in a grid
Message
 
To
17/11/2003 11:41:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00850668
Message ID:
00850671
Views:
20
Bob,

You can rearange the order of columns in a gread by using the
.ColumnOrder property on a column
With MyGrid
   .Column3.ColumnOrder = 2
   .Column2.ColumnOrder = 3
EndWith
Cheers,

Zoran

>Is there an easy way to rearrange the order of columns in a grid? i.e., You have an existing grid with 4 columns, you want the existing Column 3 to be Column 2., etc.
>
>Thanks.
>
>Bob Bartel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform