I have a validation program running on scanned barcodes, when an error or a missed scan is returned I have an error trap which opens a form (or report) which displays the errors. The operator then acknowledges the errors and the form closes and scanning continues. All works fine, however the scanning process is a continuous operation and the conveyer does not stop, several units can pass through the reader while the error message is displayed and because the focus is on the error form not in the validation field of the main form the scans are not recorded.
I need to be able to put the focus back in the validation field on the main form as soon as the Error Form opens while keeping the Error form open, so scan counts can continue behind the Error Form. (this displays the number of scans made from the point of error so the units can be re-checked) apologies if this is unclear but I have tried putting in the on-open event of the Error Form this setfocus code “ Forms!Validation!Input1.SetFocus “ but it does not work, can this be done or I am approaching this wrong?
Any help appreciated.
Steve
I need to be able to put the focus back in the validation field on the main form as soon as the Error Form opens while keeping the Error form open, so scan counts can continue behind the Error Form. (this displays the number of scans made from the point of error so the units can be re-checked) apologies if this is unclear but I have tried putting in the on-open event of the Error Form this setfocus code “ Forms!Validation!Input1.SetFocus “ but it does not work, can this be done or I am approaching this wrong?
Any help appreciated.
Steve