CRDBGrid focus issue

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Hans

CRDBGrid focus issue

Post by Hans » Tue 12 Jul 2005 18:00

I use MyDAC (most recent vs / tried beta vs) and use CRDBGrid, with D7EntEd on WinXPprof.

On MDIform I have a toolbar with a combobox. After using combobox focus shifts to mdi-child. CRDBGrid does not seem to get focus, not even after mouseclick. When focussing any other component on mdi-child, it does work.

Tried focussing in code. When replacing the CRDBGrid with DBGrid problem doe not occur.

Any advise?

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

Post by Alex » Wed 13 Jul 2005 06:54

Sorry, we cannot reproduce your problem. We need more detailed description i.e. your MYDAC version, complete sample to demonstrate your problem. Please, send a message to our MYDAC support e-mail address.

Hans

Thanks

Post by Hans » Wed 13 Jul 2005 17:57

Thanks.

I made simple testapp. For anyone interested.
Will mail URL to support.

http://www.dehoedenderand.nl/downloads/TestMyDac.zip

Fill in any valid tablename in any db and open MDI-Child.
MDI-Child opens with CRDBGrid and DBGrid.
After clicking combobox, when focus shifts to mdiform, you cannot activate mdi-child by clicking cells of crdbgrid.

Hans

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 15 Jul 2005 06:21

Thank you for example, we reproduced the problem. We will examine the error and let you know as soon as we solve the problem.

Post Reply