Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Don't want Word to prompt for printer
Message
From
28/02/2001 19:19:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Don't want Word to prompt for printer
Miscellaneous
Thread ID:
00480803
Message ID:
00480803
Views:
42
Hi,

I have an automated word mailmerge document that prompts me for the printer when run from my dev PC but not on the live PC. What could account for that?

here's the code
oWord     = CREATEOBJECT( "Word.Application" )
oDocument = oWord.Documents.OPEN("F:\c\billing\NewMerge\Mar2001\cdsbill2b.doc" )
oDocument.MailMerge.Destination=1  && printer
oDocument.MailMerge.Execute()
TIA
Next
Reply
Map
View

Click here to load this message in the networking platform