Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Don't want Word to prompt for printer
Message
De
28/02/2001 19:19:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Don't want Word to prompt for printer
Divers
Thread ID:
00480803
Message ID:
00480803
Vues:
41
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform