Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to write message into WinWord
Message
From
02/09/2008 06:21:54
 
 
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:
01344038
Message ID:
01344038
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform