Read a QR Code by Cell Fone (mobile).

Dear friends.

I need to create a function to read a Bar Code or QR CODE code by cell phone and put the value inside the QuickSearch field in a grid view.
Has anyone tried something similar and succeeded?

Some help?

My best regards.

just put the value in the QR url, when you read the QR with the camera the value will, for example:
http://www.yourdomainname.com/variable=1
in the sql clause:
select FIELD1, FIELD2 FROM TABLE WHERE FIELD1=[GLOBAL]

onScriptInit (right now i can’t remember if there or in onLoad) [GLOBAL]=$_GET[‘variable’]

something like that.

Hello,

Here is an app that will work for you:

http://berrywing.com/scantoweb/#htmlscanbutton

This is a YouTube video on the app:

https://berrywing.com/2018/01/02/barcode-scanner-app-youtube/