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

Click here to load this message in the networking platform