In eBizObj.Save() it says that "Strange things happen when leaving these [VFP transaction statements] in when using local views. This is a VFP bug that will be fixed in a future version."
Is this still true? What version is the latest that still has the bug?
Thanks
<I><FONT COLOR="#663300">In eBizObj.Save() it says that "Strange things happen when leaving these [VFP transaction statements] in when using local views. This is a VFP bug that will be fixed in a future version."
Is this still true? What version is the latest that still has the bug?
Thanks</FONT></I>
Hi Cheryl,
You can now use transaction as long as you have eBizObj version 2.0.5 or later, at least with VFP5.
Javed
<I><FONT COLOR="#663300">In eBizObj.Save() it says that "Strange things happen when leaving these [VFP transaction statements] in when using local views. This is a VFP bug that will be fixed in a future version."
Is this still true? What version is the latest that still has the bug?</FONT></I>
VFP 5 fixed the bug. I modified eBizObj at that time to add a new property called <B>lUseVFPTransactions</B>: if you set that to .T., the Save() will be wrapped in a transaction.
The quote you mention was in the original cBizobj class, and I simply left it in there. I added my comments about transactions right after that.
<font color="#cc0000"> ___/
/
__/
/
____/</font>
Ed Leafe