Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to write message into WinWord
Message
De
03/09/2008 01:47:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How to write message into WinWord
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01344396
Message ID:
01344396
Vues:
54
Hi everyone,

How to write message into WinWord as below sample.
* create a textbox on top *


+--------------------------------+
| To : ABC Company |
| address |
+--------------------------------+

Dear Peter,
This is my message





How to coding :
WORD_FILE = CREATEOBJECT("Word.application")
WITH WORD_FILE
.DOCUMENTS.OPEN( (WORDFILE) )
???
???
.DOCUMENTS.SAVE()
ENDWITH
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform