Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programatic table update not updating
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00398886
Message ID:
00400171
Vues:
21
Lorne,
Are you sure buffering is off? If so, then TableUpdate() should have given you an error message as it requires buffering.

Use CursorGetProp() to find out the buffering level during your scatter/gather. If buffering is set to row or table buffering that would cause the problems you were seeing.

HTH
Barbara

>Thanks for the answers. I had buffering set off( single user, single WS app, no contention issues), and according to the help file, the commit happens when navigating away from the record. The line following the GATHER MEMVAR was
>IF !EOF()
> skip 1 etc..
>It was'nt. Out of sheer desperation, I tried adding =TABLEUPDATE(.T.) and it worked. This is the first time I have had to explicitly call a commit after a GATHER command. I guess it only happens when the nav buttons are used, not when in code.
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform