Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding Office Servers print dialogs
Message
From
19/04/2002 14:03:06
 
 
To
19/04/2002 08:31:52
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00646185
Message ID:
00647001
Views:
26
>Tamar, (great book on Microsoft Office Automation BTW)
>
>Code as follows
>
>*!* Word section
>oWord = CreateObject([Word.Application])
>oDocument = oWord.Documents.Open(lcFilename)
>
>oWord.Options.PrintBackGround = .F.
>oDocument.PrintOut()
>oDocument.Close()
>oWord.Quit()
>RELEASE oWord
>

I just tried your example (except that I created a new document and threw some text in it), and it printed without any UI at all. What exactly are you seeing?

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform