Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create new documents in Word
Message
From
21/12/2006 08:56:38
 
 
To
20/12/2006 20:38:45
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01179334
Message ID:
01179526
Views:
10
>thank you.
>
>how can I create a new doc? I try:
>
>mMyWord.documents.create('myfile.doc')
>mMyWord.documents.new('myfile.doc')
>
>they don't work.
>
>Jerry
oMyword=createobject('Word.Application')
oMyword.documents.add
oMyword.visible=.t.
*** manually editing your document in Word here
oMyword.Documents(1).SaveAs('c:\develop\myfile')
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform