Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to write message into WinWord
Message
De
02/09/2008 06:21:54
 
 
À
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:
01344038
Message ID:
01344038
Vues:
59
Hi everyone,

I want to write few information into a WinWord file.

I can do it as below :

WORD_FILE = CREATEOBJECT("Word.application")
WITH WORD_FILE
.DOCUMENTS.OPEN( (WORDFILE) )
.DOCUMENTS.TypeText ( '===MY FXP PROGRAM===' )
.DOCUMENTS.SAVE()
ENDWITH

But now i want to insert two text box
one textbox on top-left with 'To Company'
one textobx on top-right with 'Date"
as below sample :

+------------------+ +----------+
| To company | | Date |
| | +-----------+
+------------------+

===MY FXP PROGRAM===


Please tell me how to select the box-border in transparent also

Many thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform