I am Making a bill in VB. i want the control to dynamically keep on aapearing if the user wants to enter more products. something like....if the user has made one entry n want to make another one then he presses enter and a text box kind of thing appears and the user can continue. this should continue for all the entries the user wants to make. How is that achieved???
Bill In VB
Collapse
X
-
-
Originally posted by debasisdaswhich control you wnat to dynamically keep on apearing ?
try to use inputbox .
How will Input box help???.....thi nk of any bill. I want to use some control with some logic so that the user can enter 1 product detail, add one more, or multiple products. And that should be allowed dynamically. so what should that control and logic be?Comment
-
I think we need to know what version of VB you're using, and a bit more detail about the sort of circumstances in which this is all going to happen. For example, is the user editing in some sort of grid, or what? Is there a database involved?Comment
Comment