Subject BeginBusy / EndBusy disables CheckOAT
Author sboydlns
I recently tried to add some code to my application to suppress the flickering SQL cursor. I added a TIB_Transaction.BeforeStart handler that called BeginBusy(False) on the transaction. I also added a TIB_Transaction.AfterEnd handler that called EndBusy.

Doing that has caused the automatic OAT processing to be suppressed as well.

How can I get rid of the flickering cursor without messing up the automatic OAT processing?