Page 1 of 1

RichEdit 3.0 Window Class

Posted: Fri Aug 25, 2006 9:00 pm
by Silvio
With Class TRichEdit it is possible insert a bitmap on rtf or when it print ...?
have you an sample with this class to use a dbf file for Replace variables ( merge)

Regards

Posted: Sat Aug 26, 2006 6:43 am
by Antonio Linares
Silvio,

>
With Class TRichEdit it is possible insert a bitmap on rtf or when it print ...?
>

No, it is not supported yet.

>
have you an sample with this class to use a dbf file for Replace variables ( merge)
>

You may do oRichEdit:SetText( StrTran( oRichEdit:GetText(), <cOldText>, <cNewText> ) )

Posted: Sat Aug 26, 2006 7:16 am
by Silvio
Thanks Antonio,
but how I can insert a logo on the letter ?
I think ...I must use a letter already with the logo ?
When you make another functions for this class ...Not abandon this class is too usefull !!!

Posted: Sat Aug 26, 2006 9:48 am
by Antonio Linares
Silvio,

Class TRichEdit is enhanced in every FWH build. Images support is complex and requires OLE. We are in the process to implement it.