Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh grid
Message
 
 
To
28/11/2004 11:01:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00965219
Message ID:
00965252
Views:
9
>I have a form with grid and another few text boxes to add value to the source table.
>I populate the grid in 'load' of the form and its very good by the following syntax:
>
select * from melamdim into cursor crsrgrid readwrite
>ThisForm.grdmelamd.refresh()
>When I want to add new things to the table and to update the grid, my code of the 'safe' command is like the following:
set safety off
>zap in crsrgrid
>set safety on
>select * from melamdim into cursor crsrgrid readwrite
>ThisForm.grdmelamd.refresh()
>The table updated, but the grid become whait, what can I do?

Are you writing software for schools? Just curious...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform