Bill In VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mclueless
    New Member
    • Jan 2008
    • 56

    Bill In VB

    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???
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    which control you wnat to dynamically keep on apearing ?

    try to use inputbox .

    Comment

    • mclueless
      New Member
      • Jan 2008
      • 56

      #3
      Originally posted by debasisdas
      which 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

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        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

        Working...