Subject | RE: [IBO] tib_cursor property |
---|---|
Author | IBO Support List |
Post date | 2013-10-02T19:47:52Z |
Luiz,
Whenever you are using additional threads with IBO, there is a rule of thumb
you must adhere to. That is, you should have a separate instance of
TIB_Session and all objects that thread is involved with should be
associated to that TIB_Session instance. You should set that session's
UseCursor property to false. I believe it is by default, but make sure of
it. Curing these two factors should solve your probme.
If you need more help for your specific case, perhaps it would help to see
your code to know what you are trying to do.
Jason
www.ibobjects.com
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Luiz
Sent: Wednesday, October 2, 2013 1:39 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] tib_cursor property
Hi,
I have a background thread using tib_cursor and tib_query.
When the thread is executing I have seen cursor hourglass activity.
I´d like to hide all cursor(hand point, hourglass, ..) activity.
Which property do I have to set to do it?
Regards,
Luiz
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
http://tracker.ibobjects.com - your portal to submit and monitor bug reports
http://community.ibobjects.com - your portal to purchase and upgradeYahoo!
Groups Links
Whenever you are using additional threads with IBO, there is a rule of thumb
you must adhere to. That is, you should have a separate instance of
TIB_Session and all objects that thread is involved with should be
associated to that TIB_Session instance. You should set that session's
UseCursor property to false. I believe it is by default, but make sure of
it. Curing these two factors should solve your probme.
If you need more help for your specific case, perhaps it would help to see
your code to know what you are trying to do.
Jason
www.ibobjects.com
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Luiz
Sent: Wednesday, October 2, 2013 1:39 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] tib_cursor property
Hi,
I have a background thread using tib_cursor and tib_query.
When the thread is executing I have seen cursor hourglass activity.
I´d like to hide all cursor(hand point, hourglass, ..) activity.
Which property do I have to set to do it?
Regards,
Luiz
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
http://tracker.ibobjects.com - your portal to submit and monitor bug reports
http://community.ibobjects.com - your portal to purchase and upgradeYahoo!
Groups Links