Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Talking with Word
Message
 
To
30/12/1997 04:03:04
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00068385
Message ID:
00068409
Views:
30
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform