Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 9 with MS word
Message
From
27/10/2011 07:54:29
Issam Mansour
Jordan Business Machines
Amman, Jordan
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VFP 9 with MS word
Miscellaneous
Thread ID:
01527458
Message ID:
01527458
Views:
90
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
Next
Reply
Map
View

Click here to load this message in the networking platform