Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Updating on the fly
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00965664
Message ID:
00965698
Vues:
9
Neil,

You need to be using Table buffering.

Currently you have row buffering which means that every time you move the record pointer the changes automatically get committed to the table.

With Table buffering the update will not occur until your explicitly call TableUpdate().

>I think there is more to it. My grid is updating because it is bound to the table. My fields are bound to the table as well. Therefore when updating the field the table is updating which means my grid is updating. What I want to do is not to update the table until I click my save button (which works).
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform