Board index » delphi » Saving formatted text from a DBRichEdit to a rtf-file

Saving formatted text from a DBRichEdit to a rtf-file

Hello,
I hope you can help me with this question.

I want to save formatted text from a DBRichEdit to a rtf-file without
loosing the formatting. Lines.SaveToFile and Lines.SaveToStream looses the
formatting. I use Delphi7 pro and a dBase-table.

Thank you,
Klas Westholm

--
*******************************************
Klas Westholm
DataKatten
Lingonstigen 3 B
271 38 Ystad
Tel: 0411-732 73, 0411-107 55
Mobil: 070-789 17 53
E-post: Klas.Westh...@datakatten.se
Hemsida: http://www.datakatten.se

 

Re:Saving formatted text from a DBRichEdit to a rtf-file


See the PlainText property of TDBRichEdit in the on-line help.

--
Bill (TeamB)
(TeamB cannot respond to questions received via email)

Re:Saving formatted text from a DBRichEdit to a rtf-file


Thank You Bill!
It did the trick
Klas
--
*******************************************
Klas Westholm
DataKatten
Lingonstigen 3 B
271 38 Ystad
Tel: 0411-732 73, 0411-107 55
Mobil: 070-789 17 53
E-post: Klas.Westh...@datakatten.se
Hemsida: http://www.datakatten.se
"Bill Todd" <n...@no.com> skrev i meddelandet
news:kfhmdvcat0n74104mlfapjfl2lveupt98l@4ax.com...
Quote
> See the PlainText property of TDBRichEdit in the on-line help.

> --
> Bill (TeamB)
> (TeamB cannot respond to questions received via email)

Other Threads