Changing the SQL hourglass cursor

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

Changing the SQL hourglass cursor

Post by Guest » Wed 10 Aug 2005 17:04

I read a few threads about being able to turn off the hourglass cursor by editing a variable in the DBAccess unit. How do I do this and will it effect the whole application. I would like to be able to control when I disable this cursor... i.e not universally on or off in an application. Any help would be great. To you folks at CoreLab....The MySQL VCL component is excellent by the way

Thanks

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 11 Aug 2005 11:19

You need write at any place in your project DBAccess.ChangeCursor := False; to disable SQL hourglass cursor

Post Reply