Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting ColumnOrder of a grid with ColumnCount set to -1
Message
From
08/08/1997 13:49:16
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00043749
Message ID:
00043751
Views:
33
>Is there a way to change the ColumnOrder of a grid when the number of columns is unknown until runtime?
>
>I guess a related question might be: Is there a way to programmatically change the order of table fields so that a grid with ColumnCount set to -1 would reorder itself?
>
>Any advice about grids would be greatly appreciated.
>
>Thanks,
>
>Steve

Resetting ColumnOrder property in code for particular column, you force it to change its relative position within a grid (even if ColumnCount=-1). Try to fire code like: Thisform.Grid1.Column1.ColumnOrder=3, and you will see immediate results (it's always helpful to issue Thisform.Grid1.Refresh too).
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform