Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing a Word Document
Message
 
To
09/08/2000 17:38:02
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00402842
Message ID:
00403095
Views:
19
>oWord=CREATE("Word.Application")
>oDoc=oWord.Documents.Open("c:\my documents\test.doc")
>oDoc.Printout()
>oWord.Quit(0)
>
>I had to "*" out the "oWord.Quit(0)" to get it to actually print.
>
>Howcome?

You have to add the following so that word doesn't quit before printing:

oWord.Options.PrintBackGround = .F. && don't close word until done printing

Alex
Low-carb diet not working? Try the Low-food diet instead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform