trichview.support
Re: SaveRVFToStream |
Author |
Message |
Sergey Tkachenko |
Posted: 12/02/2002 17:19:37 There was a bug working with blobstreams (in saving text styles or layout or background, I forget) Please update your copy of RichView - this problem is now fixed. Or use TMemoryStream and TBlobField(tbl.FieldByName(FieldName)).SaveToStream instead of CreateBlobStream. > > 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