Results 1 to 2 of 2

Thread: Template (word or pdf)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    79

    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.

  2. #2
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488
    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
  •  



Click Here to Expand Forum to Full Width