trichview.com

trichview.support.examples




Transform Text Code from RVF type to RTF.


Return to index


Author

Message

Artur Barbarioli

Posted: 09/22/2004 20:11:39


I'm tring to transform a text in my database that was saved as rvdbRVF field

format to another table as rvdbRTF field format.

I tried to use SaveRTFToStream and LoadRTFFromStream, and don't works.

I'm tring to transform the text code that is proprietary of the component,

to a format default, that is the RTF.

I have tried AppendFrom too, and don't works.

The only way I saw that works, but not all right, is using:

rv.selectall;

rv.copyrtf;

rfd.pastrtf;

But does not copy the marks.


I'm using the version 1.8.14.1, and Delphi 7.


Some one have sugestions?

Tankyou.





Powered by ABC Amber Outlook Express Converter