Good afternoon,
I'm trying to make a reactive barcodescanner where the scanned value is used to sort through a list and the sorted item should then be selected and automatically, the DetailSceen should be openend. I've configured the Scanner as follows:
Set(scanValue;BarcodeScanner1.Value);;Reset(TextSearchBox1);;Select(Body1)
This gives the required sorting, but the Select(Body1) doesn't give any reaction. As the Body1 is configured to 'Select(Parent)', I would expect that on selection, the parent would automaticaly open. So that Onscan the right parent would be opened.
Can someone point me in the right direction?
Cheers,
Wieland