How can I read barcodes without having the user focus a text box first?

后端 未结 4 1139
栀梦
栀梦 2021-02-14 12:46

I recently acquired a Metrologic Barcode scanner (USB port), as everyone already knows it works as a keyboard emulator out of the box.

How do I configure the scanner and

4条回答
  •  深忆病人
    2021-02-14 13:11

    Usually barcode scanners can be configured to send some characters before and after the string. So if you append eg "F12" before the barcode string, you can capture that and move the focus to the right field.

    Check the barcode scanner manual how to do that.

提交回复
热议问题