Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh grid
Message
 
 
À
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:
00965252
Vues:
10
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform