B
bharold41
Guest
Here is my simplified . Net Code which I am trying to convert to ABL using propsoft.fingerscancode; BarcodeReader reader = new scanReader(); try { ScanResult[] results = reader.ReadFile(" "); for (int i = 0; i "). /** how do I access property 'CodeText' from results .NET array? **/ MESSAGE scanCode[0]:CodeText VIEW-AS ALERT-BOX. /** Gives me syntax error **/ Thanks - Brady
Continue reading...
Continue reading...