|
-
Mar 29th, 2002, 12:56 PM
#1
Thread Starter
Lively Member
Template (word or pdf)
Is there a way to use a template (say a travel form or something business related) and while in VB6 a user can print out the form with user inputs on it.
-
Mar 29th, 2002, 03:02 PM
#2
Hyperactive Member
yes.. but how in depth do you want to get with automation of word? If you create the template and save it as a .dot using word.. everytime you want to use that template, all you have to do is open the .dot file.. it will NOT alter the template, but make the new document follow the template.. So, you could via VB open up this template and display word.. and allow the user to enter their data andprint it out...
You could also automate this process of data entry.. but that get a little more technical than just opening it up for them
-mcd
[vbcode]
'*****************************
MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
'*****************************
[/vbcode]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|