Hello
Please advice if it possible to navigate to another screen with barcode readings?
e.g. you scanned correct barcode with value "admin" and it navigates you to necessary screen
Best Regards
Alexey
This one is working perfect
If(BarcodeScanner2.Value="admin"; Navigate(DetailInfo_In))
Sorry I should have mentioned that the toggle was meant to be not visible. It was just a comparative control that would execute an action when a condition was met.
I found solution with function If and barcode scanner reader. All works fine, thank you very much
Hello, is there possibility to use button, not toggle? Clicking scan button and if value correct in navigate to necessary screen. Especially when you adding barcode scanner and button Scan appears automatically
Yes, you can do this. I find the best control to do something like this is the Toggle control.
As an example, set the Default property of the toggle to : yourBarCodeControl.Value = "admin"
Then in the OnCheck action : Navigate(yourOtherScreen)
That should get you close to where you want to be.
I hope this is helpful for you.
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional