Use the richtext control by Microsoft has tusharkanvinde has point out. Or you can use Microsoft Word in Automation.
LOCAL oRTFText AS RichText.RichTextCtrl.1
or
you can append the document after you save it on the disk as:
CREATE CURSOR rtf (document G)
cFileName = "c:\path\rtftemp.rtf"
STRTOFILE(csvmemo,cFileNam
APPEND GENERAL document FROM (cFileName) CLASS "RICHTEXT.RICHTEXTCTRL.1"
Main Topics
Browse All Topics





by: tusharkanvindePosted on 2009-03-10 at 22:09:08ID: 23854057
You can try using the microsoft richtext control. It has Text and TextRTF properties.