I have an app that can scan a tool using barcodes and populates the Current location field by using: BarcodeScanner4_1.Value.
What i would like is to have the current location to be populated by two buttons, so if you dont scan you just book out the location will be updated.
So the form will either populate with the scanned barcode or if you press the Book Out TOol button it fills the location in as "booked out"
Thank you very much Qi 🙂
Hi @jamescosten,
Do you want to populate the CurrentLocation field either with scanner value or "Booked Out"?
Could you please tell me the detailed condition to define which value will be populated?
I just assume that you will scan the location if you don't click the book out button, so you need to set a variable to save the barcode scanner value or book out value.
1). Set the OnScan property of the BarcodeScanner4_1 as below:
Set(var1,BarcodeScanner4_1.Value)
2). Set the OnSelect property of the Book Out button as below:
Set(var1,"Booked Out")
3). Set the Default property as below:
var1
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional