Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid loses columns when bound view is refreshed
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00394485
Message ID:
00394497
Views:
12
Usually it is a recordsource problem. Set the recordsource to "" before the requery and after the requery, set the recordsource the the new view.
grid.recorsource=""
requery()
grid.recordsource="someview"
Extreme Programming = Plan -> Design -> Code -> Test
Previous
Reply
Map
View

Click here to load this message in the networking platform