Screen cursor

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zoran

Screen cursor

Post by zoran » Thu 03 Mar 2005 10:19

Hello,

Is it possible, somehow, to switch off the Screen cursor during some DB operation ?
It is automatically set by ODAC to HourGlass cursor.

Thank you.

Zoran.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 03 Mar 2005 14:53

You can set ChangeCursor variable declared in DBAccess unit to False, to get required result.

Guest

Post by Guest » Thu 03 Mar 2005 15:41

ok,

Thank you.

Post Reply