PDA

Click to See Complete Forum and Search --> : Forms in VB 6.0


casox
Apr 7th, 2000, 10:10 PM
Creating form templates is quite easy in a Database. What is the equivalent in VB 6.0? Does it have features that allow for the creation of multiple forms from a datasource? I've considered manipulating the MSWord objects or the form object for Access, neither of which do I have the energy. I thought perhaps there was a built in form generator in VB 6.0. Also, I'm not talking about the data report. Any advice? Thanks.

casox

Forest Dragon
Apr 8th, 2000, 02:34 AM
Use the "Add Form" option that belongs to the "Project" menu. Hope this will help you!

casox
Apr 8th, 2000, 10:18 AM
When I speak of "forms" I do not speak of the fundamental GUI interface but rather a form that can be created for printing. ie A form letter that one could supply a single record of information to fill in certain fields and obtain a printed document on demand. The form would be a template of sorts.

Thanks,

casox