L
Lambi000
I have a record that has a form for a user to enter information into. If the
user needs to add additional information, a popup screen (popup and modal)
comes up for them to add additional information. Both forms service one
record. Occasionally, and I can't seem to define it exactly, I get an error
message saying that another user (I'm the only user) is trying to update the
record and I have three choices: Save the information, write it to the
clipboard or dump the information. The last time I saved it, I corrupted the
entire database and had to start all over again.
The only thing that I think may be causing this is a routine that changes
the date if a certain button is pushed. Does changing the date cause both
forms to attempt to update to the new date? If so, what can I do to change
the underlying data without having both of them attempt to update at the same
time?
This usually, but not always, happens after the popup has closed and the
original form is doing a close form. I must have tried a hundred times
(probably more) to duplicate this and get a consistent pattern.
user needs to add additional information, a popup screen (popup and modal)
comes up for them to add additional information. Both forms service one
record. Occasionally, and I can't seem to define it exactly, I get an error
message saying that another user (I'm the only user) is trying to update the
record and I have three choices: Save the information, write it to the
clipboard or dump the information. The last time I saved it, I corrupted the
entire database and had to start all over again.
The only thing that I think may be causing this is a routine that changes
the date if a certain button is pushed. Does changing the date cause both
forms to attempt to update to the new date? If so, what can I do to change
the underlying data without having both of them attempt to update at the same
time?
This usually, but not always, happens after the popup has closed and the
original form is doing a close form. I must have tried a hundred times
(probably more) to duplicate this and get a consistent pattern.