Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RTF to Text
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00428893
Message ID:
00428919
Views:
19
Victor,

You could use Microsoft's RTF control.

Example:

*-- load an RTF file
ThisForm.oleRtfControl.textRtf = FILETOSTR(MyRtfFile)

*-- the following line returns only the text without all the formating codes:
lcText = ThisForm.oleRtfControl.text

Hope this helps
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform