Query editor doesn't accept paste?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Edison Garcia
Posts: 29
Joined: Sat 29 Jul 2006 01:52

Query editor doesn't accept paste?

Post by Edison Garcia » Mon 19 Nov 2007 15:51

I use myDac from a long time with Delphi7. Now I am starting with D2007 and using MyDac. What I am having troubles now, is somthing that works perfectly in Delphi 7.
I do not know if I have some thing wrong in the configuration of Delphi 2007, but the fact is that, when I try to paste a SQL string, developed and copied for instance from EMS query builder, and try to paste it in a query editor of new MyQuery in a New form in Delphi2007, the query editor of mydac refuses to accept right clicks of the mouse or any other command to paste. By the other side, if I write smething in the editor, select it and try to copy it, the sane thing happens.
Is it a bug of MyDAc (5.20.0.11) ?
Edison Garcia

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Re: Query editor doesn't accept paste?

Post by eduardosic » Mon 19 Nov 2007 21:29

Edison Garcia wrote:I use myDac from a long time with Delphi7. Now I am starting with D2007 and using MyDac. What I am having troubles now, is somthing that works perfectly in Delphi 7.
I do not know if I have some thing wrong in the configuration of Delphi 2007, but the fact is that, when I try to paste a SQL string, developed and copied for instance from EMS query builder, and try to paste it in a query editor of new MyQuery in a New form in Delphi2007, the query editor of mydac refuses to accept right clicks of the mouse or any other command to paste. By the other side, if I write smething in the editor, select it and try to copy it, the sane thing happens.
Is it a bug of MyDAc (5.20.0.11) ?
Edison Garcia
"oi Edison"

Hi to all,

In Delphi 2007 Update 3 CodeGear introduced a bug that disables the default context menus for TEdit, TMemo, TComboBox, ... Thus, the user cannot right click on the controls to get his Cut/Copy/Paste/Delete popup menu.

no problem with MyDAC.

try this fix http://andy.jgknet.de/radpatch/

:lol:

Post Reply