Bar Code Reading in iNomads

Started by HendersonS, July 14, 2022, 05:41:06 PM

Previous topic - Next topic

HendersonS

hello everyone,

we are trying to use the "*plus/inomads/scanner" tool to read barcodes on mobile devices (iPhone/iPad) and it always generates an 11 error on the line that calls this routine.
on android devices it opens the code reader application but it does not return the read value, has anyone used this tool that can give me some help?

This is a sample of how I am calling the routine:
For Android:
CALL "*plus/inomads/scanner",x_dat$,"CODABAR,CODE_39,CODE_93,CODE_128,QR_CODE"

For iPad/iPhone:
CALL "*plus/inomads/scanner",x_dat$,"QR_CODE"