problem with Screen.CursorType

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
syrov_andrei
Posts: 6
Joined: Mon 09 Jan 2006 07:16
Contact:

problem with Screen.CursorType

Post by syrov_andrei » Thu 30 Mar 2006 10:43

I have next problem - my TThread call MSQuery.Next by Timer , in screen I see that cursor changes type (between crSQLWait and crArrow).
How I can set cursor to need type, that cursor is not change type by call MSQuery.Next

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 30 Mar 2006 11:52

You need to write at any place in your project DBAccess.ChangeCursor := False;

syrov_andrei
Posts: 6
Joined: Mon 09 Jan 2006 07:16
Contact:

Post by syrov_andrei » Thu 30 Mar 2006 12:34

Sank's , all is right !!!

Post Reply