Announcements
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
@Alexey_bot
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.
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
I found solution with function If and barcode scanner reader. All works fine, thank you very much
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.
This one is working perfect
If(BarcodeScanner2.Value="admin"; Navigate(DetailInfo_In))
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 915
Valantis 571
11manish 457