Subject Re: Events in IBO (5.10.1 2808)
Author
Hi Michael,

I don't have IBX at hand either but test these two things.

If I recall correctly, a while back Jason splitted some code in order to get base units free of GUI things and so the timer that IB_Events depends on got moved into a new unit, IB_VCL, so add IB_VCL to the uses clause.

Secondly, InTransaction is only true for explicitly started transactions and therefore your calls is not committed and hence the event is not fired away.
Replace InTransaction with TransactionOpen.

Test again.

Best,
Magnus Johansson