[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Addict with DevExpress 5
- To: <address@hidden>
- Subject: RE: Addict with DevExpress 5
- From: "Bruce Vander Werf" <address@hidden>
- Date: Sat, 24 Dec 2005 16:22:08 -0500
- Delivered-to: mailing list addict3list@lists.addictive-software.com
- In-reply-to: <007901c608ca$d0ccb350$6400a8c0@odin>
- Mailing-list: contact addict3list-help@lists.addictive-software.com; run by ezmlm
- Organization: ChurchAssist Technologies
- Reply-to: <address@hidden>
- Thread-index: AcYIys8979O2YhmzQvOtQNknDjnMCAABTmNg
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.