Problem with TDBRichViewEdit
Posted: Thu Sep 01, 2022 8:09 pm
I have a TDBRichViewEdit connected to a blob field.
If I write directly on the component there is no problem. But if I insert text through code and perform a format, this text is not saved unless I write later on the component. Nor if I run the AppedRVFFromStream procedure that I use to add text from another field.
Is there any procedure or option to save the content in the database without the need to write text manually after performing the AppedRVFFromStream and the Format.
If I write directly on the component there is no problem. But if I insert text through code and perform a format, this text is not saved unless I write later on the component. Nor if I run the AppedRVFFromStream procedure that I use to add text from another field.
Is there any procedure or option to save the content in the database without the need to write text manually after performing the AppedRVFFromStream and the Format.