UniDAC - MySQL hourglass not showing up

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jaridmo
Posts: 1
Joined: Tue 27 Jan 2009 19:38
Location: Las Vegas, NV

UniDAC - MySQL hourglass not showing up

Post by jaridmo » Tue 27 Jan 2009 19:46

UniDAC version 2.00.0.3 - MySQL database. Queries do not show the hourglass. I see lots of discussion how to turn the hourglass off but can't figure out how to turn it on.

I did add #include "UniDacVcl.hpp" to my datamodule and the report that I need it to show up on and still no hourglass.

Any ideas??

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 28 Jan 2009 08:15

You should add the following line to the one of your *.cpp files:

Code: Select all

#pragma link "UniDacVcl"

Post Reply