Hello all,
I am planning on using the barcode scanner functionality within my app, however need some help with this:
App users will have barcode scanners to scan several items in quick succession. Each barcode should be captured, in a way that makes the user experience as easy as possible.
I see two options here, any suggestions would be highly appreciated:
Overall I am also open to other ideas!
Solved! Go to Solution.
Hi @Anonymous,
You could add a button control and set its OnSelect property to:
Collect(C,{Test:Barcode1.Text})
And add a Gallery/Data table control to show this "C" collection.
I just tested and this works for me.
Regards,
Mona
Hi @Anonymous,
You could add a button control and set its OnSelect property to:
Collect(C,{Test:Barcode1.Text})
And add a Gallery/Data table control to show this "C" collection.
I just tested and this works for me.
Regards,
Mona
Hi,
Im Use this:
@Anonymous wrote:Hello all,
I am planning on using the barcode scanner functionality within my app, however need some help with this:
App users will have barcode scanners to scan several items in quick succession. Each barcode should be captured, in a way that makes the user experience as easy as possible.
I see two options here, any suggestions would be highly appreciated:
- Concatenate scanned barcodes to generate a string like “2766610; 2766612; 2766614” ... how would I write the syntax to do that?
- Capture each barcode in a separate textbox (as shown below). This is problematic for user experience though since the user needs to select each text entry field before being able to scan the barcode… unless there is a way to automatically jump to another text entry field?
Overall I am also open to other ideas!
Collect( '[dbo].DB', { ID_Actividad: Text(id_Actividad), Fecha_Act: Text( Now(), DateTimeFormat.LongDateTime ), Scan: Concat( collectMultiScan, "Info: " & BarcodeInfo & Char(44) & "Wh: " & WhenScanned & Char(44) & Char(44) )
Have you figured out point #2, automatically jump to next field after scanning barcode?
User | Count |
---|---|
252 | |
126 | |
104 | |
50 | |
49 |