trichview.support.examples
Re: Transform Text Code from RVF type to RTF. |
Author |
Message |
Sergey Tkachenko |
Posted: 09/22/2004 20:50:06 Do you want to convert field to another format, or copy to another table in different format? If this field was editied with FieldFormat=rvdbRVF, you need to use LoadRVFFromStream instead of LoadRTFFromStream. PS: please post all question to trichview.support > 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