Barcode scanning (1 Viewer)

diversoln

Registered User.
Local time
Today, 01:54
Joined
Oct 8, 2001
Messages
119
I recently implemented barcode scanning to AVOID data entry errors and wouldn't you know it, a new error has arisen.

Users are scanning patient case numbers from the patient paperwork to print labels for slides. Here's the problem - when the cursor is positioned in the case number field awaiting input, occassionally the user accidently and unknowingly hits a stray keyboard key prior to scanning the case number. Since the field is the exact size of the case number, the preceding stray characters appear as part of the case number and the actual case number is truncated.

Is there a way to tell the barcode scanner to overwrite any existing characters in the field rather than append to them ?

Thanks for your help !
 

WayneRyan

AWF VIP
Local time
Today, 01:54
Joined
Nov 19, 2002
Messages
7,122
diversoln,

A work-around might be to increase the size of the field (no truncation)
and use the Right function to retrieve the "real" case number.

A long-term solution depends on the capabilities of your reader.

Wayne
 

Users who are viewing this thread

Top Bottom