Hello,
im tinkering with the barcode scanner module at the moment. My current implementation is a QR code which contains the name of an item like "5m Cable".
The OnScan looks like this: Set(_Scan; BarcodeScanner1.Value)
The Default of my TextSearchBox is _Scan so that i am searching for the name in the QR Code.
Is there a way to directly open the DetailScreen / DetailForm for this item?
All my ideas end at the Item tab of the DetailForm and how do i set the BrowseGallery1.Selected to my Item via QR Code or how can i access an item directly without going through the BrowseGallery1