RTF inside EASYREPORT would be so great.
I have the need to print RTF text inside my EasyReports.
It seems that RTF is not supported.
To all class experts
Where should I try to extend the class. Is this the right way.
METHOD PrintItem( nArea, nItemID, cValue, nAddToTop, lMemo, nEntry ) CLASS VRD
Should I try with
IF oItem:cType = "TEXT" .AND. oItem:nShow = 1
cText := ::EvalExpression( oItem:cText )
ELSEIF oItem:cType = "IMAGE" .AND. oItem:nShow = 1
//NEW
ELSEIF oItem:cType = "RTF" .AND. oItem:nShow = 1
Endif
Maybe someone has done it and can share his code.
Best regards,
Otto