Hello all,
i have in my app a Formular. So the user can add with this app new items on List.
i add the funktion Barcodereader. The Numbers from The Barcode i have fill in one Datafield Card in this app - but i dont need the number from the barcode.
I have a second list with the Barcode Number and in a seperate collumn the Licensplate from the car/s.
So, i need the Licensplate in the Datacard.
Example:
I scan the Barcode from the car and i would like to put automaticly the Licensplate in the Datacard.
Sorry for my English 🙈
I hope, i say it ok to understand what i mean. when not, please tell me what you need.
Barcodereader:
OnScan = Set(varScan;BarcodeReader1.Barcodes)
Formular:
DataCard1
Default = First(BarcodeReader1.Barcodes).Value // so i have the number of Barcode, but i need the Licensplate from List2.
List 2 are also connected with the app.