MyDAC "Data Editor" small issue (exception)

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

MyDAC "Data Editor" small issue (exception)

Post by swierzbicki » Thu 09 Jun 2005 06:52

Hello

At design time put a MyConnection and MyQuery on a form
Set all the needed properties
Put a valid SQL statement in the MyQuery SQL property.

Right CLick on the Myquery comp and select Data Editor
On the Data Editor click the Open button
DisplNow display either the filter bar or the search bar (or both of them)
Go into any Edit control of the filter bar or search bar

Type (or not) an valid exprission
click the Exit button

You will get this :

exception class : EInvalidOperation
exception message : Couldn't focus an disabled or invisible Window.

I found that with the 4.0.0.1 beta edition. I don't know if it is applicable to the previous release.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 16 Jun 2005 08:58

We reproduced your problem and fixed it. The fix will be included in the next build.

Post Reply