Hi,
This problem has been bugging me for a long time now.
I have some toggle buttons on a form which are bound to records in a table. When I select some buttons then click to another tab that uses the same table I get the Write conflict error.
(This record has been changed by another user since you started editing it. If you save the record, you will overwrite the changes the other user made.)
I have found that if I click on anything before clicking on the other tab, it works fine.
So, a possible solution could be as follows, set focus to a button and send a "space" or "return" to make the program run the buttons code. But I cannot get this to work...
I also tried adding a pause to let the program catch up with itself. I thought if I let the program pause for one second, it would save the changes and give access to the second tab. Yet again, no joy.
Please please please, if anyone has any advice to get me out of this prediciment, let me know.
Cheers.
This problem has been bugging me for a long time now.
I have some toggle buttons on a form which are bound to records in a table. When I select some buttons then click to another tab that uses the same table I get the Write conflict error.
(This record has been changed by another user since you started editing it. If you save the record, you will overwrite the changes the other user made.)
I have found that if I click on anything before clicking on the other tab, it works fine.
So, a possible solution could be as follows, set focus to a button and send a "space" or "return" to make the program run the buttons code. But I cannot get this to work...
I also tried adding a pause to let the program catch up with itself. I thought if I let the program pause for one second, it would save the changes and give access to the second tab. Yet again, no joy.
Please please please, if anyone has any advice to get me out of this prediciment, let me know.
Cheers.