[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Addict with DevExpress 5



Unfortunately, that doesn't seem to work with cxDBMemo.

--Bruce 

-----Original Message-----
From: Frank Roloff [mailto:address@hidden 
Sent: Saturday, December 24, 2005 3:44 PM
To: address@hidden
Subject: Re: Addict with DevExpress 5

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

----- Original Message ----- 
From: "Bruce Vander Werf" <address@hidden>
To: <address@hidden>
Sent: Saturday, December 24, 2005 8:35 PM
Subject: ***SPAM*** Addict with DevExpress 5


>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
>
>
> 





Please visit Addict Home Site.