D
David Howlett
I have a form with a large number of fields on it. When I run an Update
query that changes a lot of the fields that the form uses, I get the
following box on the screen:
Write Conflict
This record has been changed by another used since you started editing it
....
My choices at that point are to:
Save Record
Copy to clipboard
Drop Changes
Is there a way around this?
Again, if I have an open form and I programatically execute a query that
changes fields inside the table that the form uses, I get this box.
My code is:
db.execute("MyUpdateQuery")
me.recalc
me.refresh
query that changes a lot of the fields that the form uses, I get the
following box on the screen:
Write Conflict
This record has been changed by another used since you started editing it
....
My choices at that point are to:
Save Record
Copy to clipboard
Drop Changes
Is there a way around this?
Again, if I have an open form and I programatically execute a query that
changes fields inside the table that the form uses, I get this box.
My code is:
db.execute("MyUpdateQuery")
me.recalc
me.refresh