Shahzad Ahmed

Shahzad Ahmed

  • NA
  • 31
  • 906

Need help for an POS inventory system application

Aug 7 2017 12:47 PM
I hope you are doing great :)
 
Actually I am working on an POS inventory application which is underdevelopment in Windows Form Application C#. I am done with the insert, update, delete and search principles of products from the inventory database(MS ACCESS) using barcode.
 
I need your help in the phase where the computer operator will scan a barcode from the product and the product will be displayed in the listbox one by one as the products got scanned. I know how to retrieve the data from the database(MS ACCESS). I have tried different things but didn't find any luck to get through it.
 
The issue I am facing is on POS screen which is when I scan a product and read the barcode in the textbox it just scans one n.o and call the eventMethod. The eventMethod I used was "textBox_TextChanges(--, --)". I also tried to do it using Thread.Sleep() property in such a way that when one n.o is copied in the textbox thread sleeps for 1-2secs as a result whole barcode could be copied, but nothing gained.
 
Is there any simple way that just scans the barcode and automatically it add the details of the item in the listbox? Or any other solution you people have in your mind ??? I will be very grateful if someone can let me take through this issue. Thank You!!!

Answers (1)