Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
To View Or Not To View
Message
De
02/07/1998 08:43:11
 
 
À
01/07/1998 17:06:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00113500
Message ID:
00113735
Vues:
54
>>It makes a lot of difference. Remove this requery() stuff from Grid.Refresh. Firstly, you don't need in this, and secondly it kills the whole idea of view. When you change data in grid (view), you actually write to buffer. If you issue requery(), the first thing which will be done is killing of this buffer.
>
>Okay, I trashed the Requery stuff in my Grid.Refresh. And it works fine! Except I now get a "uncommitted changes in Buffer" message. I assume I need to issue tableupdate/tablerevert commands through an exit routine or as a modal form prompt to save changes or cancel in a method of my grid/page/or someotherplace?

Yes, you should issue Tableupdate() to save data in table, or Tablerevert() to cancel data changes.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform