Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding Office Servers print dialogs
Message
From
24/04/2002 15:35:30
 
 
To
24/04/2002 09:43:34
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00646185
Message ID:
00648839
Views:
26
Tamar

As you can see from an earlier post in this thread, PrintBackGround = .F.

>*!* Word section
>oWord = CreateObject([Word.Application])
>oDocument = oWord.Documents.Open(lcFilename)
>
>oWord.Options.PrintBackGround = .F.
>oDocument.PrintOut()
>oDocument.Close()
>oWord.Quit()
>RELEASE oWord
>

The original print test was done using a different printer driver, but it seems, without testing all the alternatives, the dialog always appears.

Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform