Subject | Re: [ib-support] Locking records with IBX |
---|---|
Author | Robert F. Tulloch |
Post date | 2000-12-21T22:14:23Z |
Hi:
Occurs before a transaction ends.
__property Classes::TNotifyEvent BeforeTransactionEnd =
{read=FBeforeTransactionEnd, write
=FBeforeTransactionEnd};
Description
Write a BeforeTransactionEnd event handler to take specific
actions before a transaction ends.
I suspect that AfterTransactionEnd occurs after the transaction
ends. Sorry. A little sarcastic.
These events apply to all sorts of components. What are you
looking for?
Best
regards
> When are AfterTransactionEnd, BeforeTransactionEnd events fired?From Help:
Occurs before a transaction ends.
__property Classes::TNotifyEvent BeforeTransactionEnd =
{read=FBeforeTransactionEnd, write
=FBeforeTransactionEnd};
Description
Write a BeforeTransactionEnd event handler to take specific
actions before a transaction ends.
I suspect that AfterTransactionEnd occurs after the transaction
ends. Sorry. A little sarcastic.
These events apply to all sorts of components. What are you
looking for?
Best
regards