I fixed this with by using the following event procedure:
procedure TfrmEditAngebot.cxDBRichEdit1PropertiesEditValueChanged( Sender: TObject); begin if cxDBRichEdit1.DataBinding.DataSource.DataSet.State in dsEditModes then cxDBRichEdit1.PostEditValue; end;
Frank Roloff
I am trying to use Addict 3.44 with the latest version of ExpressEditors 5.
I am trying to spell check the contents of a cxDBMemo control. The spell
check works, but when I close the 'spelling check is complete' dialog, the
contents of the memo revert back to what it was prior to spell checking. Has
anyone seen this or know what might be going on?
-- Bruce Vander Werf ChurchAssist Technologies