Can the screen cursor ( SQL) be removed?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
LarsGeisler
Posts: 10
Joined: Fri 25 Jun 2010 09:00
Location: Denmark

Can the screen cursor ( SQL) be removed?

Post by LarsGeisler » Fri 25 Jun 2010 09:15

Hi all!
I am porting a rather big application to the Unidac components. I have one issue compared to my old components: when a dataset is opened or refreshed, the screen cursor changes from the normal arrow to a timeglass for a short time - I would very must like to disable this behavior.

I am using a timer to poll the database every 2 seconds - so the change
in cursor i distracting.

Best Regards
Lars Geisler
Carsoft ApS

LarsGeisler
Posts: 10
Joined: Fri 25 Jun 2010 09:00
Location: Denmark

Solved

Post by LarsGeisler » Fri 25 Jun 2010 09:25

I just found the Search button in the forum :oops:

I just placed the line:

DBAccess.ChangeCursor := false;

in my code, where the connection is established.

Regards
Lars

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Tue 29 Jun 2010 08:14

Hello

I am happy that this problem has been solved. If any other questions come up, please contact me.

Post Reply