Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word merge Closing documents in VFP
Message
From
15/05/2003 09:02:22
 
 
To
13/05/2003 11:44:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00787767
Message ID:
00788647
Views:
18
>How do you close a document through VFP when creating a mail merge without receiving the prompt from Word? The document is printing in the background and Word is not being made visible.

When you run the MailMerge.Execute method, the newly created merged document becomes the ActiveDocument, so you can get a handle on it with:

oMergedDoc = oWord.ActiveDocument

right after the merge.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform