Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table buffer for alias contains uncommited changes
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Table buffer for alias contains uncommited changes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01406734
Message ID:
01406734
Vues:
103
I am getting the following message on my view during requery:
Table buffer for alias "LV_VIEW_CONSUME_HISTORY" contains uncommited changes.
the forms buffermode is 1: pessimistic
bufferoverride mode is 1:

I am updating a grid that is attached to "LV_VIEW_CONSUME_HISTORY" in the thisform.g2.column4.lostfocus
TABLEUPDATE(.t.,.t.,'lv_view_consume_history')
then on one of my buttons I am trying to requery that view again
			lc_locid = .a
			REQUERY('lv_view_consume_history')
			.g2.refresh()
why would I have commit issues after I have done tableupdate?

Thanks
Nick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform