Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change table field order
Message
 
 
To
29/07/2004 22:35:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00929185
Message ID:
00929444
Views:
8
In order to get right answers you've to as right questions. :)

You don't have to change field order in a table at all. You can assign ControllSource of the columns of a grid in any order you want.
Thisform.grid1.Column1.COntrolSource = "FieldA"
...
Thisform.grid1.ColumnN.COntrolSource = "FieldZ"
>
>I need to change table fields for different fields order in grid.e.g
>
>
>
>Thisform.grid1.recordsource=""
>&&after changing field order
>Thisform.grid1.recordsource="table1"
>
>
>But I could not get proper answer from UT.
>Some body gave answer on foxite. You can check by following link
>
>http://www.foxite.com/scripts/foxisapi.dll/foxite.webengine.openmessage?aid=_0Z50QJN43&mid=0000047925
>
>if you have any other short method to do that, plesae help me again.
>
>Thanks
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform