Subject Re: [IBO] TIB_TransactionBar BeforeAction
Author Helen Borrie
At 11:15 AM 17/09/2006, you wrote:
>Hello,
>I would like to do something before TIB_TransactionBar Action, so I
>suppose I have to write some code on BeforeAction.
>How can I know if the click was a Commit or a Rollback ?

Read the FocusedButton property - it will return a
TIB_TransactionBar_ButtonType, which will be the button that was
clicked. To find out the symbols for the set members, see the help
for TIB_TransactionBar_ButtonType...

Helen