Subject Re: [IBO] Question
Author Marco Lauria
At 12.29 29/12/2003 +0100, you wrote:
>hello all,
>
>before all, Season's Greetings!
>
>Delphi 7 and IBO 4.2I. I was wondering how to know which button of a
>TIB_UpdateBar has been clicked in the OnBeforeAction and OnAfterAction
>events, since they are standard TNotifyEvent. I'd like to know the
>clicked button to start, commit or rollback the appropriate
>transaction (I use an explicit transaction, not the default)
>before/after the action.
>
>Thanks
>Salvatore

Use TIB_UpdateBar.FocusedButton in order to know which button has been
clicked by the user.
Regards
Marco