gary_ysh
New member
- Joined
- Mar 16, 2009
- Messages
- 2
- Programming Experience
- Beginner
Dear All,
I have some challenges on the text box output..
I have textbox1, textbox2, command button1.
Textbox1 is the general console.
Textbox2 is the barcode field.
Commandbutton1 is the confirm button.
Scenario:
When scanner scaned a barcode, it will appear in the textbox2, when click on the commandbutton, it then add to the textbox1.
My problem is, when I scaned the second item, it can appear in the textbox2, but when I click on the commandbutton it then replace the previous item in the textbox1.
How can I make the textbox1 keeping all the record, and when everytime click on the commandbutton1, it appear in the next line in textbox1 rather than keep replacing the first data?
Thank you for helping.
I have some challenges on the text box output..
I have textbox1, textbox2, command button1.
Textbox1 is the general console.
Textbox2 is the barcode field.
Commandbutton1 is the confirm button.
Scenario:
When scanner scaned a barcode, it will appear in the textbox2, when click on the commandbutton, it then add to the textbox1.
My problem is, when I scaned the second item, it can appear in the textbox2, but when I click on the commandbutton it then replace the previous item in the textbox1.
How can I make the textbox1 keeping all the record, and when everytime click on the commandbutton1, it appear in the next line in textbox1 rather than keep replacing the first data?
Thank you for helping.