Page 1 of 1

Convert RTF (in MSSQL blob) in RVF

Posted: Tue Jul 06, 2010 1:42 pm
by Tavo
Hello, need some advice

I have a table (MSSQL) that contains a BLOB field (image),
In this field there are documents in RTF format
These documents look good with TDBRichEdit, but If I view with TDBRichView the document is not the same.

1st Question - What is the best way to configure TDBRichViewEdit to view RTF blobs?

I need to convert these documents to RVF format with the least loss.
2nd Question - What is the best way? Is there a link about this topic you can tell me?

Thanks for readme!!!!

.

Posted: Tue Jul 06, 2010 7:54 pm
by Sergey Tkachenko
What's exactly wrong with these documents loaded in TDBRichView?
Normally, just placing this component on a form and linking to TRVStyle component is enough. Property settings may be required only if you create TDBRichView in code.