Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Talking with Word
Message
 
À
30/12/1997 04:03:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00068385
Message ID:
00068409
Vues:
27
Hi Ed,

>2. I define in wordbasic object. How i can acess to it from VFP?

loWordObject = CREATEOBJECT('word.basic')

Now you have a reference to the word object through loWordObject. For e.g. you may try
loWordObject.AppMaximize() or loWordObject.FileNew() etc.

>3. I need information about RTF(file format, creating file from VFP)
Simply add the OLE RTF control on the form. Users can enter data here and then you may replace this information to your memo field. I'd suggest checking the help of RTF control for more details depending on your requirements.

Kamal
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform