How to handle a Write Conflict ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello Friends,

Is there any way I can custom handle the Write Conflict Warning message
which comes up saying 'some other user has edited this record' ?

I just want to bypass this warning with something.

Any ideas ?

Thanks & Regards,
Hemil.
 
Hemil said:
Hello Friends,

Is there any way I can custom handle the Write Conflict Warning message
which comes up saying 'some other user has edited this record' ?

I just want to bypass this warning with something.

Any ideas ?

Thanks & Regards,
Hemil.

The Form's Error event is raised with DataErr = 7787, so you can put your
custom code there.

What exactly are you planning to do? You need to think about it very
carefully.
 
Back
Top