Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Office Automation
Message
De
04/04/2003 09:58:20
 
 
À
04/04/2003 09:39:22
Dick Day
Madison County, Nebraska
Nebraska, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00773611
Message ID:
00773991
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform