Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I modify a grid's method in runtime?
Message
From
21/03/2000 02:08:53
 
 
To
20/03/2000 22:25:35
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00348182
Message ID:
00348213
Views:
18
Are you closing the RecordSource for the grid? Closing the alias, cursor, output from SQL whatever the RecordSource will make the grid appear completely empty. If you need to re-popuplate the Recordsource, don't close it, do something like:

Thisform.lockscreen = .T.
select Aliasname && RecordSource
Zap
append from Table
Thisform.lockscreen = .F.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform