Access 2k3 one main form with a timer that updates form.caption with the time ... the form captures a barcode from a standard barcode gun and creates a filename based on the number presented ... using filesystem it generates an appropriate suffix depending on the number of times the same barcode is scanned. The barcode gun triggers a process to automatically take a picture then renames the picture file with the filename ... Focus is given to the camera software which takes and uploads a picture to the pc ... the ACCESS application timer is lengthened for this process and when it times out the app steels focus back from the camera software.
This application has been working at least to my knowledge for over 2 years ... however recently it has been discovered that the Process is blanking out the main form and not redrawing the controls ... there is a default button associated with this form and it is still accepting <CR> but not sure how or why the forms controls disappear.
Anyone have a suggestion on how I can troubleshoot this? Without the Barcode Text Control the picture has no way to be properly named. Currently I have to stop the app and restart it to fix the issue.
This application has been working at least to my knowledge for over 2 years ... however recently it has been discovered that the Process is blanking out the main form and not redrawing the controls ... there is a default button associated with this form and it is still accepting <CR> but not sure how or why the forms controls disappear.
Anyone have a suggestion on how I can troubleshoot this? Without the Barcode Text Control the picture has no way to be properly named. Currently I have to stop the app and restart it to fix the issue.