I would have thought it wazs to do with locking at the same time. Because of the way I work I choose to lock the tables before any edit is made. This in my case is to avoid two people editing the same data. I think its possible in your case that two people choose to edit at the same time and one fails. Maybe because of windows failure sometimes to see the network fast. Im sure there are better than me on the subject on profox and maybe after the holidays you will get a better answer. Allen
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eurico Chagas Filho Sent: 26 December 2007 13:29 To: [EMAIL PROTECTED] Subject: RE: TABLEUPDATE Hi No so Allen, I have some code in a BeforeSave method, where I do some cleaning and before that, data is changed in a grid. I have a Save method that calls the BeforeSave and then start the Begin Transaction which calls the BizSave method and so on. What happened was that I had two instances of VFP 7.1 opened across a network accessing the same tables. But why would it work inside the Begin Transaction ? E. No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.17.9/1197 - Release Date: 25/12/2007 20:04 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

