Home > Archive > Visual Basic > May 2004 > grid information
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| grid information 2004-05-30, 5:30 am |
| hi.....
i done a invoice model form ,in that form i have two textboxes enter barcode and item , how to automaticaly convert it into grid and also user can update using through this grid,ie when item change its barcode automaticaly change
how can i do?
arun
| |
|
| Kinda hard to understand exactly what you're looking for but;
1) The barcode scanner usually sends some type of escape code to the
application. Use this escape code to push the data into you grid control
(use the Change event of the Textbox to recognize the escape code)
2) I think you're looking for some type of editable grid so check out this
link: http://www.veign.com/vrc_codeview.asp?type=app&id=33
If I have misunderstood you post, then please clarify....
--
Chris Hanscom
MVP (Visual Basic)
http://www.veign.com
--
"grid information" <reshmi_venugopal@rediffmail.com> wrote in message
news:F5465541-74C2-451B-B105-781836E870D7@microsoft.com...
> hi.....
> i done a invoice model form ,in that form i have two textboxes enter
barcode and item , how to automaticaly convert it into grid and also user
can update using through this grid,ie when item change its barcode
automaticaly change
> how can i do?
> arun
>
>
|
|
|
|
|