Hi folks. I need some debugging tips. I’m using VFP8 with remote views to SQL 2000. My very simple forms has about 15 fields using the wizbtns class for add / edit / undo / print etc. with buffering set to 5 (Table).
The problem is that on addmode when I click the ‘save record’ I get the error ‘Data has been changed by another user, Overwrite with yours?”. Pretty impossible as I am the only one working in the system – I am at home alone on a 4th of july coding?!??D!
Facts: Prior to calling the class (cmdadd::click or dodefault) I do a few ‘replaces’ like date stamp, user, etc., but I am not moving the pointer. If I click add, then save with out entering info on the fields, it works fine. The problem is when I add data and the press ‘Save’. Boom.
Like always, thanks for your comments.
The problem is that on addmode when I click the ‘save record’ I get the error ‘Data has been changed by another user, Overwrite with yours?”. Pretty impossible as I am the only one working in the system – I am at home alone on a 4th of july coding?!??D!
Facts: Prior to calling the class (cmdadd::click or dodefault) I do a few ‘replaces’ like date stamp, user, etc., but I am not moving the pointer. If I click add, then save with out entering info on the fields, it works fine. The problem is when I add data and the press ‘Save’. Boom.
Like always, thanks for your comments.