D
Dkline
Getting ready for big demo tomorrow. Database has seven major forms called
from a switchboard. 6 out of 7 behave correctly. The 7th (and, of course,
the first on the list) does not behave correctly.
From the switchboard we select this form. Go off and do things with it. When
we close it is should just go back to the switchboard. Instead it shows this
message:
"The object is locked, so any changes you make will be discarded when the
form is closed"
The question is - what causes this message to be displayed?
I set a breakpoint in the debugger to see if it reaches the code when you
click on the button to close the form. Never gets there. Just shows the
above message. I was hoping I could use DoCmd and turn off/turnon warnings
but as it never gets to the code, the warning appears.
These things always happen the day before a demo. What can I do to fix
whatever is the problem?
from a switchboard. 6 out of 7 behave correctly. The 7th (and, of course,
the first on the list) does not behave correctly.
From the switchboard we select this form. Go off and do things with it. When
we close it is should just go back to the switchboard. Instead it shows this
message:
"The object is locked, so any changes you make will be discarded when the
form is closed"
The question is - what causes this message to be displayed?
I set a breakpoint in the debugger to see if it reaches the code when you
click on the button to close the form. Never gets there. Just shows the
above message. I was hoping I could use DoCmd and turn off/turnon warnings
but as it never gets to the code, the warning appears.
These things always happen the day before a demo. What can I do to fix
whatever is the problem?