Subject Re: [IBO] Detecting StartTransaction
Author bhatakeyama
Daniel Rail wrote:

> At 04/27/2002 04:23 PM, you wrote:
> >Is there a way to detect a StartTransaction for a TIB_Database?
>
> Look at TIB_Transaction.AfterStart event.

That's what I thought. But when I put a breakpoint on it, it
only broke at the beginning of the program and InTransaction
is still false. I execute a StartTransaction from a TButton and
it doesn't break. Can you verify?

bhata