Subject Re: How to disable SQL Mouse pointer?
Author Marco Menardi
--- In IBObjects@yahoogroups.com, "KISHORE" <kishore@j...> wrote:
> Hello,
> I am using IBObjects to connect to a firebird database.
> I am writing an MDI application and i am using TIB_Connection to
connect to my firebird database and TIBOQuery to retreive a recordset.
>
> If i create my MDI form first and the IB_Connection object later,
whenever i open the recordset i get to see a SQL mouse pointer.
> where as if i create my IB_Connection object first and MDI form
later i dont see this SQL mouse pointer.
>
> So, Is there a way to disable the SQL mouse pointer that is
automatically displayed by IBO?
>
> TIA
> Kishore
>
>
>
AFAIR, use IB_SessionProps component, and set UseCursor to false, or
change BusyCursor to a shape you like more.
Anyway, instinctively I would prefer to create IB_Connection object
first, and objects that use the connection later ;)
best regards
Marco Menardi