Asking for help..
How to set Barcode Scanner in
On Scan what I want to do is the result show in the next Screen.
thanks and advance
Solved! Go to Solution.
Hi @DHAGZ ,
Please try to:
1\ Set the OnScan property of BarcodeScanner to:
Navigate(Screen2) // Label control’s screen
2\ Set the label control ‘s Text property to:
BarcodeScanner1.Value
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Hi @DHAGZ ,
Please try to:
1\ Set the OnScan property of BarcodeScanner to:
Navigate(Screen2) // Label control’s screen
2\ Set the label control ‘s Text property to:
BarcodeScanner1.Value
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.