Subject | How to disable processing IBO's background tasks? |
---|---|
Author | mircostange |
Post date | 2002-10-24T13:49:07Z |
Hi Everyone,
my application uses IBO to access the FB database and also
Crystal Reports to provide printing.
It seems that IBO's background tasks can block the
application when CR is currently active printing.
Running the debugger, IBO is locked in a routine
called "ProcessPassiveTasks" which seems to be called
on a WM_TIMER message periodically. Its attempt to
perform an isc_commit locks the application.
Is there a way to tell IBO not to perform this background
idle processing for a while?
Hoping for help...
my application uses IBO to access the FB database and also
Crystal Reports to provide printing.
It seems that IBO's background tasks can block the
application when CR is currently active printing.
Running the debugger, IBO is locked in a routine
called "ProcessPassiveTasks" which seems to be called
on a WM_TIMER message periodically. Its attempt to
perform an isc_commit locks the application.
Is there a way to tell IBO not to perform this background
idle processing for a while?
Hoping for help...