chrismcbride
Registered User.
- Local time
- Today, 19:19
- Joined
- Sep 7, 2000
- Messages
- 301
I have a form on my distributed database that has it's format changed based on certain record characteristics and I am getting a message or error (I am not even sure which it is). The message is
----------------------------------------------------------------------------------
<frmWhatever> has been changed since the last time you opened it, either by another user or because another instance of it was opened on your own machine.
Do you want to replace the changes that you or another user made?
* To save your most recent changes and discard the changes the other users changes or your previous changes, click Yes
* To save this version of the object with another name, click No
----------------------------------------------------------------------------------
Now I think (and I stress think!) that this is because certain controls on the form are locked or hidded based on one of the record values. If this is so then I need to find a way to trap this error. However, I have placed a trap in the Form_Error event, and the error or message was not caught. Does any one have an idea why I am getting it or how I might trap it?
TIA
Chris
----------------------------------------------------------------------------------
<frmWhatever> has been changed since the last time you opened it, either by another user or because another instance of it was opened on your own machine.
Do you want to replace the changes that you or another user made?
* To save your most recent changes and discard the changes the other users changes or your previous changes, click Yes
* To save this version of the object with another name, click No
----------------------------------------------------------------------------------
Now I think (and I stress think!) that this is because certain controls on the form are locked or hidded based on one of the record values. If this is so then I need to find a way to trap this error. However, I have placed a trap in the Form_Error event, and the error or message was not caught. Does any one have an idea why I am getting it or how I might trap it?
TIA
Chris