Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid problem
Message
From
31/03/2004 16:12:44
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00891302
Message ID:
00891304
Views:
14
>Greetings All,
>I have a simple form with a grid and a combo box on it.The selection change in the combo box is causing the creation of a new data set that is shown in the grid. The ControlSourceType of the grid is define as 1-Alias.
>
>Everything works fine, except the fact that each consequent control change in a combo box is causing the grid to lose its originally set layout.
>
>Please help..
>Daniel M.


Any time you close or pack a table that is related to a grid the grid will lose the control layouts. So if you are packing the table you can
copy the records to a temp table. Zap the table and append them back in. Or you can try and set the grids recordsource to null then pack or close the table and reopen the table and then reset the recordsource.
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform