Convert RTF (in MSSQL blob) in RVF

General TRichView support forum. Please post your questions here
Post Reply
Tavo
Posts: 152
Joined: Sat Sep 24, 2005 9:25 pm
Location: Buenos Aires, Argentina
Contact:

Convert RTF (in MSSQL blob) in RVF

Post 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!!!!

.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply