Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 9 with MS word
Message
De
27/10/2011 07:54:29
Issam Mansour
Jordan Business Machines
Amman, Jordanie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
VFP 9 with MS word
Divers
Thread ID:
01527458
Message ID:
01527458
Vues:
91
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform