Hi Everyone,
I have an app that scans barcodes, and collects them.
There are also DropDown boxes / Combo Box , and the selected values are collected while being scanned. (Each selected value is applied to each scan)
This app uses SaveData after each scan. So once you leave the app, it's able to restore the data as LoadData is applied OnStart.
When I exit the app, and reopen it. The selected values from DropDown boxes / Combo Box are empty again.
How can I populate the Dropdownboxes with SaveData information in the collection?
Thank you,