Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Form Letters using VFP data
Message
De
24/10/1998 13:14:44
 
 
À
24/10/1998 08:38:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00150130
Message ID:
00150171
Vues:
17
>What is a good way to create form letters in a VFP application and insert data from a table into each letter like a mail merge file?

You could create the form as a word template... then, with OLE create a new word doc, using your form template and fill in the data with automation.

You can indicate field names in the doc by using syntax like...

[FIRSTNAME]

Then, in your automation code you can do the equivlent VBA command of replace [FIRSTNAME] with (myfile.firstname) etc.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform