Index
1998-02-10 15:22Cheryl Qualset: VFP transactions on local views
1998-02-11 00:29Javed Aslam: Re: VFP transactions on local views
1998-02-11 06:04Ed Leafe: Re: VFP transactions on local views
Back to top
VFP transactions on local views

Author: Cheryl Qualset

Posted: 1998-02-10 15:22:31   Link

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

©1998 Cheryl Qualset
Back to top
Re: VFP transactions on local views

Author: Javed Aslam

Posted: 1998-02-11 00:29:27   Link

<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

©1998 Javed Aslam
Back to top
Re: VFP transactions on local views

Author: Ed Leafe

Posted: 1998-02-11 06:04:45   Link

<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

©1998 Ed Leafe