Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table buffer for alias contains uncommited changes
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Table buffer for alias contains uncommited changes
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01406734
Message ID:
01406734
Views:
104
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
Next
Reply
Map
View

Click here to load this message in the networking platform