Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Refresh
Message
From
26/07/2002 16:01:57
 
 
To
26/07/2002 15:54:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00683122
Message ID:
00683129
Views:
22
This message has been marked as a message which has helped to the initial question of the thread.
Use a view and requery or do the following:

grid.recordsource = ""
*-- run query
SELECT statement into cursor xx
grid.recordsource ="xx"



>Working in VFP 5.0 - I have a form with a grid hardcoded on it. The table the grid is populated by is a temporary table, not part of the database. The grid loads up just fine. I have a button that the user clicks on to update some fields and need the grid to refresh. I have not been able to get this to work. Whenever I try to refresh I just get a blank grid screen or an error telling me that it doesn't recognize the columns of the grid (Unrecognized Member). Can anyone help me out? Why can't I refresh the grid?
>
>TIA!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform