trichview.support
Re: SaveRVFToStream |
Author |
Message |
Christophe |
Posted: 12/02/2002 16:45:23 Hello, I use db with binary blob. Regards CM "Yernar FoxTail" <[email protected]> wrote: > >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" <[email protected]> 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