Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automating Word - pesky printer dialog box pops up!
Message
From
01/06/2006 03:50:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Automating Word - pesky printer dialog box pops up!
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000
Miscellaneous
Thread ID:
01126397
Message ID:
01126397
Views:
71
I have a piece of code that produces financial statements via a Word mailmerge. It works fine except that it brings up a printer dialog box before printing. As we'd like to run this as part of an overnight batch, this is rather annoying! Any suggestions to remove the dialog would be welcomed.

WITH .Documents[1]
.PageSetup.FirstPageTray = 2 && each statement will only ever be one page long
.MailMerge.OpenDataSource(THIS.cStatementMergeDataFile)
.MailMerge.Destination = 1 && Printer
.MailMerge.Execute()
ENDWITH

Thanks in advance.

***
Win2K Professional, Word 97 SR2, Fox 8 SP1
Next
Reply
Map
View

Click here to load this message in the networking platform