trichview.com

trichview.support




SaveRVFToStream


Return to index


Author

Message

Christophe

Posted: 12/02/2002 2:20:23


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