Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Don't want Word to prompt for printer
Message
From
01/03/2001 02:15:11
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00480803
Message ID:
00480843
Views:
9
Larry

You can use background printing using your Word object, for example:

goWord = createobject('Word.Application')
goWord.Wordbasic.AppHide
goWord.Wordbasic.FileOpen('C:\MyDocument.doc')
goWord.Wordbasic.Options.Printbackground = .T.
goWord.Wordbasic.Fileprint()
goWord.Wordbasic.AppShow
release goWord
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform