G
Greg
I've developed an application that will accept data inpurt from a scanner.
The method I've used to take in data and process it is by using the
_AfterUpdate event of a text box contol that has focus. Now, this works well
until the system somehow changes focus to another control on the form. Such
as the user changing the record they are viewing by clicking on a list box.
I cam across one article on the internet suggesting to use the form's
_KeyPress event to and to evaluate for the start and stop characters of an
asterick of a Code 39 barcode. Now, the user we have created the system for
will not necissarily using a code 39 barcode. Taking that into account, is
there any way to ensure the barcode scanner will be accepted as input
regardless of what control has focus?
Or, are there any free downloadable samples of forms that process barcode
scans.
Thanks,
Greg
The method I've used to take in data and process it is by using the
_AfterUpdate event of a text box contol that has focus. Now, this works well
until the system somehow changes focus to another control on the form. Such
as the user changing the record they are viewing by clicking on a list box.
I cam across one article on the internet suggesting to use the form's
_KeyPress event to and to evaluate for the start and stop characters of an
asterick of a Code 39 barcode. Now, the user we have created the system for
will not necissarily using a code 39 barcode. Taking that into account, is
there any way to ensure the barcode scanner will be accepted as input
regardless of what control has focus?
Or, are there any free downloadable samples of forms that process barcode
scans.
Thanks,
Greg