Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table buffer for alias xxx has uncommitted changes

Status
Not open for further replies.

tetsuo3030

Programmer
May 5, 2005
16
US
I'm running VFP 6.0. I realize this error comes from, in my case, doing a REQUERY() on a table that has uncommitted changes.

Does anyone know of a way to determine whether or not a table or view has uncommitted changes?
 
I'm thinking either trap the error using an ON Error routine... or perhaps OLDVAL(), CURVAL(), and/or GETFLDSTATE() would be of some use to you.

boyd.gif

 
Andy Kramek wrote up a nice white paper on table buffering which includes a function to test for changed records in a buffered table.. pretty informative.. check it out..

hth
--frank~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top