Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh grid
Message
De
28/11/2004 13:16:42
 
 
À
28/11/2004 11:01:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00965219
Message ID:
00965237
Vues:
7
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform