Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding Office Servers print dialogs
Message
From
19/04/2002 08:31:52
 
 
To
19/04/2002 07:43:23
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00646185
Message ID:
00646851
Views:
19
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

Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform