Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to write message into WinWord
Message
 
To
02/09/2008 06:21:54
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01344038
Message ID:
01344135
Views:
21
>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

This may help: Message #812394
Previous
Reply
Map
View

Click here to load this message in the networking platform