Barcode Scanning |
12/23/2020 12:47:40 PM |
PHPRunner General questions | |
![]() I am looking for a solution to scan a UPC barcode into an input field wirelessly ( using bluetooth wireless scanner ) in PHPRunner project 10.4+ . |
|
S
|
salus1DevClub member 12/23/2020 |
I think you just give the desired input field focus and scan the label code. |
![]() |
lefty author 12/23/2020 |
I think you just give the desired input field focus and scan the label code.
|
S
|
salus1DevClub member 12/23/2020 |
I think I'm missing something. Do you want to scan an image of a UPC code or scan the code, have scanner decode it and enter the decoded data into a text field? |
![]() |
lefty author 12/23/2020 |
I think I'm missing something. Do you want to scan an image of a UPC code or scan the code, have scanner decode it and enter the decoded data into a text field?
|
S
|
salus1DevClub member 12/23/2020 |
The scanner will decode the label for you and enter it as text into the active field. |
![]() |
Admin 12/23/2020 |
There is no need to write any code. A Barcode scanner or a similar device will decode the barcode or QR code for you and will enter it into the current form field. In other words, those scanners basically act as a keyboard, you just need to configure them to send TAB or ENTER after the code, so focus moves to the next field. |