Write Conflict - A97

  • Thread starter Thread starter jk
  • Start date Start date
J

jk

A flag is set on the Main Switchboard and then other
forms reference back to the Main Switchboard and update
the flag. When I exit A97 the following message appears:

Write Conflict -
This record has been changed by another user since you
last started editing it. There are options to: Save -
Copy to Clipboard - Drop Changes.

This code was originally written in A2.0 and converted to
A97.

Thanks for your help,
jk
 
Modify your code that so *right* before you "leave" the main switchboard,
you place a

me.Refresh

In the your code. That way, the record is written to disk BEFORE any other
code does the same.
 
Back
Top