Problem scanning barcode

Hi,

I've created this simple app, that reads a barcode (code 128) and returns a table displayed in a webviewer control.

The problem is that I've got to scan two times so the app can fetch the data, and after a succesful scan and data fetched and displayed, it seems it has to clear the first data, then and only after a second scan new data is display.

Can you help me fix this?

Thanks in advanced


Move the WebViewer.GoToURL call to the AfterScan event, where you have the bar code.

Rename Button1 to btnScan, and its .Text to SCAN, to make its function clear.

1 Like

That did it, thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.