Page 1 of 1

UniDAC - MySQL hourglass not showing up

Posted: Tue 27 Jan 2009 19:46
by jaridmo
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??

Posted: Wed 28 Jan 2009 08:15
by Plash
You should add the following line to the one of your *.cpp files:

Code: Select all

#pragma link "UniDacVcl"