Page 1 of 1

Changing the SQL hourglass cursor

Posted: Wed 10 Aug 2005 17:04
by Guest
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

Posted: Thu 11 Aug 2005 11:19
by Paul
You need write at any place in your project DBAccess.ChangeCursor := False; to disable SQL hourglass cursor