How to save background in my field?
Posted: Wed Feb 08, 2012 7:00 pm
Hello,
I selected an image for background and I inserted into my TDBSRichViewEdit.
The image is inserted and displayed ok, but my editor doesn't save into my table.
this is my code:
With Editor.RichViewEdit do begin
Table.Edit;
BackgroundBitmap := FTMNBackGroundIMG.rv.BackgroundBitmap;
BackgroundStyle := FTMNBackGroundIMG.rv.BackgroundStyle;
color := FTMNBackGroundIMG.rv.Color;
Table.Post
end;
Thanks
I selected an image for background and I inserted into my TDBSRichViewEdit.
The image is inserted and displayed ok, but my editor doesn't save into my table.
this is my code:
With Editor.RichViewEdit do begin
Table.Edit;
BackgroundBitmap := FTMNBackGroundIMG.rv.BackgroundBitmap;
BackgroundStyle := FTMNBackGroundIMG.rv.BackgroundStyle;
color := FTMNBackGroundIMG.rv.Color;
Table.Post
end;
Thanks