Saving in HTML format

General TRichView support forum. Please post your questions here
Post Reply
maazevedo13
Posts: 6
Joined: Mon Dec 18, 2006 6:17 pm

Saving in HTML format

Post by maazevedo13 »

Hi there,

I'm trying to save a text in HTML format using SaveHTMLStream method. The problem is when the text has some image it disappear in database. I've tryed to save that in CLOB data field and in BLOB data field as well. In the both data field the problem occurs. What am I suppose to do ?

Regards

Marco

PS: I'm using Oracle 10g, Delphi 7, Windows 2000 Professional.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

By default, images are saved in files.
You can use OnSaveImage2 or OnHTMLSaveImage events to store them in different place.

Alternatively, you can save MIME document containing both HTML and images, see http://www.trichview.com/forums/viewtopic.php?t=11
Post Reply