Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create new documents in Word
Message
From
20/12/2006 15:31:02
 
 
To
20/12/2006 15:20:27
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01179334
Message ID:
01179337
Views:
10
>my client want to be able to write/keep the quotation within the app, I think the better way to do it is with Ms.Word instead of memo field. how can I call and use Ms.Word from VFP?
>
>thanks for the help.
>
>Jerry

You can create MS-Word object and then use all VBA methods/properties, e.g.:
oMyword=CREATEOBJECT('Word.Application')
oMyword.Documents.Open('c:\myfile.doc')
oMyword.visible=.t.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform