05-07-2007 05:02 AM
Solved! Go to Solution.
05-07-2007 05:56 AM - edited 05-07-2007 05:56 AM
You can use the event structure to capture the keyboard input and write a filter to catch the barcodescanner.
See HELP /Manual KB on how to use the event to catch keyboard inputs.
Some scanner allow to define some characters as an additional header. In that case you can create a even more sophisticating filter that will only catch the scanner input. However sometimes scanner don't work, so a manual input of the barcode should be kept as a fall back solution.
Message Edited by Henrik Volkers on 05-07-2007 12:59 PM
05-09-2007 04:57 AM
Good post !
Find to be highly useful currently in my project all of a sudden due to customer requirement.
Looking for more details here.