1 Attachment(s)
Possible to achieve this? Need some ideas..
Hi,
I would like to check if it is possible to do this using Visual Basic Express Edition.
I need to create a simple application that is able to create quotation and generates invoices. I got an issue regarding the quotation part as customer needs to insert the items but I do not know how many items the customer needs to add in. So basically i wish the application to automatic add textbox or whatever whenever the textbox has been maxed out.
Not sure how to explain this, but I have attach a printscreen of Acounting 2007 by MS and the quotation part is what I need to acomplish. So is it possible?
Or is there any other way to do this. Thanks for your time.
Re: Possible to achieve this? Need some ideas..
Re: Possible to achieve this? Need some ideas..
yes, it is possible...you can use an array of textboxes and load as many as you like at run time too...but i would suggest you to use some kind of grid control so that you do not need to write more codings to handle the inputs...
Re: Possible to achieve this? Need some ideas..
Hi,
Thanks for your inputs. What kind of grid control are you referring to? Care to share some insights? Very new to VB at the moment.
Thanks!
Re: Possible to achieve this? Need some ideas..
you can use msflexgrid or mshflexgrid both are available with vb6 or some third party controls like vagrid from farpoint and so on...
Re: Possible to achieve this? Need some ideas..
Hi,
Is this available in VB 2005 express edition? I can't seem to find msflexgrid...
Re: Possible to achieve this? Need some ideas..
Im sorry no idea about VB 2005...