trichview.com

trichview.support




Re: SaveRVFToStream


Return to index


Author

Message

Yernar FoxTail

Posted: 12/02/2002 14:51:47


I'm sure that the reason isn't RichView. What database do you use? Do you

post all changes that have been written to the record buffer? (etc)



"Christophe" <mcmillot@wanadoo.fr> wrote:

>

>When I save the content of a richViewEdit in a Field, sometimes all is not

>save, I do this:

>

>...

>FTable.Edit;

>

>Stream := tbl.CreateBlobStream(tbl.FieldByName(FieldName), bmWrite);

>  try

>   rv.SaveRVFToStream(Stream, False);

>  finally

>    Stream.Free;

>  end;

>

>FTable.Post;

>...

>

>Regards

>Christophe





Powered by ABC Amber Outlook Express Converter