Page 1 of 1

problem with Screen.CursorType

Posted: Thu 30 Mar 2006 10:43
by syrov_andrei
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

Posted: Thu 30 Mar 2006 11:52
by Antaeus
You need to write at any place in your project DBAccess.ChangeCursor := False;

Posted: Thu 30 Mar 2006 12:34
by syrov_andrei
Sank's , all is right !!!