fhumanes 9/19/2024 | |
Hello, |
HJB 9/19/2024 | |
https://asprunner.com/forums/topic/20413-barcode-scanning-into-field/ ... for inspiration purposes only ... |
Z
|
Zeljko author 9/21/2024 |
fhumanes - thanks you, I will explore your project example and get back here with results. HJB - I have put the code in Javascript OnLoad event of Add/Edit pages: $(document).keyup(function(e) { Now, how do I change my text field "barcode" to accept / run camera scanning on my mobile? |
Z
|
Zeljko author 9/21/2024 |
fhumanes:
I tried to change this part of code: "<option value="ean" selected="selected">EAN</option>" |
HJB 9/22/2024 | |
My personal advice, bless yourself by pre-drawing your XMAS gift to get the above mini scanner Not only the fact that most smartphones own TWO cameras (one at the front, one at the rear) which I won't say, it cannot be done through other methods, yet if you want to have a scenario like this: Automatic detection of most barcodes and immediate and smooth take-over into your app, say. your |
Z
|
Zeljko author 9/24/2024 |
Hello all again. |
HJB 9/24/2024 | |
Integrate the Barcode Lookup API with your own application and get real-time access to product information. Extreme wild..., hahaha to Google thoughts..., install fields into the PHPRunner app and use Rest API for |
fhumanes 9/26/2024 | |
Hello, Normally there are services, usually free or payment, that allow access to product/object data, provided that an international coding is used. In this case, there is a service given by the EAN code, it facilitates product description and supplier. https://www.ean-search.org/?q=662834501711 Greetings, |