Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Office Automation
Message
From
04/04/2003 09:58:20
 
 
To
04/04/2003 09:39:22
Dick Day
Madison County, Nebraska
Nebraska, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00773611
Message ID:
00773991
Views:
19
>Yes, that is all in tact. It's almost like Word VBA has it's own version of SET SAFETY but I've not been successful in locating where one might turn this off. I can't help but wonder if the ConfirmConversions:= parameter is being ignored (I have it set to False). This is the only one that even remotely looks like it might have an impact on my problem.
>
>Dick

Final bit of code to actually do the merge (probably similar to yours!)
WITH loWord.ActiveDocument.MailMerge
	IF .State = wdMainAndDataSource
		.Destination = wdSendToNewDocument
		.Execute
	ENDIF
ENDWITH
regards

Ian
Previous
Reply
Map
View

Click here to load this message in the networking platform