Hi everyone!
In a datawindow I'm using a checkbox editstyle numeric field. When the user clicks on the row, I programmatically change the vaule of the field from 0 to 1 or vice versa.
It's works as simple as sounds, except for the situation when the user clicks on the row twice (or any even numbers). In that case the value of the field will be the original, but the status of the row will be modified.
When the user press the update button it generate the error message: "Row Changed between retrieve and update"
If I change any additional field in the row (e.g a timestamp) it works fine.
Please give me some advice!
I'm using Pb10 and mySQL 5.0 .
Regards,
Ribag
In a datawindow I'm using a checkbox editstyle numeric field. When the user clicks on the row, I programmatically change the vaule of the field from 0 to 1 or vice versa.
It's works as simple as sounds, except for the situation when the user clicks on the row twice (or any even numbers). In that case the value of the field will be the original, but the status of the row will be modified.
When the user press the update button it generate the error message: "Row Changed between retrieve and update"
If I change any additional field in the row (e.g a timestamp) it works fine.
Please give me some advice!
I'm using Pb10 and mySQL 5.0 .
Regards,
Ribag