Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to write message into WinWord
Message
From
03/09/2008 01:47:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to write message into WinWord
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01344396
Message ID:
01344396
Views:
52
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
Next
Reply
Map
View

Click here to load this message in the networking platform