Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh grid
Message
From
28/11/2004 13:16:42
 
 
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:
00965237
Views:
6
In Assition to Jos's reply, you can also do this:
zap in crsrgrid
set safety on
select * from melamdim into cursor tmp NOFILTER 
SELECT crsrgrid
APPEND FROM DBF( 'tmp' )
GO TOP IN crsrgrid
ThisForm.grdmelamd.refresh()
Of course, for this to work, you will have to create crsrGrid in the form's LOAD() method either using the CREATE CUROR command or using the SELECT INTO CURSOR READWRITE syntax.
Previous
Reply
Map
View

Click here to load this message in the networking platform