Cursor while Query.Execute

KaeOl

Member²
How can I avoid TOracleQuery to change my selected screen-cursor while executing? I think TOracleQuery should have an ChangeCursor-Boolean-Property to swich the cursor-behavior on executing.

Any Idea?

Thanks Oliver
 
If you set TOracleQuery.Cursor to crDefault (which is the default value for this property), it won't change the shape of the mouse cursor during execution.

------------------
Marco Kalter
Allround Automations
 
Back
Top