Hi,
I have a Bar Code Scanner Application, in which user scans a code and it's patched into the List.
and it shows the Scanned Codes in the Data Table and the Count of Codes Scanned in a Label
The issue is when two different users opens the same app and scans the codes simultaneously, the Label Value is not refresh at the same time, if the any of the user scans a code, although I am using Refresh(DataSource) after the Patch (onScan).
Actually, the changes are not reflected at that moment, user have to restart the application. is there any help for solving this issue?
For Label:
CountRows(MyBarCodeList) //Showing some delegation error any fix for this?