I have a continuous bound form on a FE stored on desktop of each user PC. The BE sits on a local network drive.
I have the default record locking to "No Locks" and Open Database Using Record Level locking.
All appears to work well, but periodically (several times a day) a user will get the message "Could not update; currently locked" (no error number).
This error seems to only occur as the first character of the new record is entered. There are several fields defaulted to equal to some unbound fields on the same form (see attached screen shot - though it is not clear due to screen resolution, this form is a tab control).
When the error is cleared (hit OK) the first character will appear in the appropriate field, but the Date field (supposed to be defaulted) is always blank - though other defaulted fields remain. Also, while the error message is display, the word "Calculating... " appears in the bottom left of screen. Am I interrupting the saving?
What could possibly be happening? How can I fix and/or capture and handle the error?
(I had some OnCurrent code to sync another subform on the same tab - error appears to continue even with code removed).
Thank you.
I have the default record locking to "No Locks" and Open Database Using Record Level locking.
All appears to work well, but periodically (several times a day) a user will get the message "Could not update; currently locked" (no error number).
This error seems to only occur as the first character of the new record is entered. There are several fields defaulted to equal to some unbound fields on the same form (see attached screen shot - though it is not clear due to screen resolution, this form is a tab control).
When the error is cleared (hit OK) the first character will appear in the appropriate field, but the Date field (supposed to be defaulted) is always blank - though other defaulted fields remain. Also, while the error message is display, the word "Calculating... " appears in the bottom left of screen. Am I interrupting the saving?
What could possibly be happening? How can I fix and/or capture and handle the error?
(I had some OnCurrent code to sync another subform on the same tab - error appears to continue even with code removed).
Thank you.
Comment