Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 9 with MS word
Message
From
27/10/2011 08:17:06
 
 
To
27/10/2011 07:54:29
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01527458
Message ID:
01527459
Views:
60
Issam,

I strongly recommend the book Microsoft Office Automation with Visual Foxpro, http://www.hentzenwerke.com/catalog/autofox.htm

>Hi,
>
>I trying to create a form with word function, that i can create and save file within the same form. is there any example for using word with vfp.
>
>Currently we are using the following code but the save function not available.
>
>
>Thisform.AddObject('oWordDoc','OleControl','WordDocument')
>
>With Thisform.oWordDoc
> .Top = 5
> .Left = 5
> .Height = Thisform.themedcontainer1.Height - 10
> .Width = Thisform.themedcontainer1.Width - 10
> .Visible = .T.
> Thisform.Show
> .DoVerb(0)
>ENDWITH
>
>Regards
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform