trichview.support
Re: SaveRVFToStream |
Author |
Message |
Christophe |
Posted: 12/03/2002 3:44:05 Thank you Regards CM "Sergey Tkachenko" <[email protected]> wrote: >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