Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Talking with Word
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00068385
Message ID:
00068415
Vues:
37
Hi Rick,

There is a help file "Wordbasic.hlp' which comes with MSWord. You may check that out.

An easier approach is to record a new macro, do what you want to do through code visually and save the macro. Now edit the macro and you have all the command you were looking for.

Kamal

>PMFJI, but do you know if there is a reference document somewhere that lists the methods available in a Word Basic object along with their syntax?
>
>>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