Subject Modify an operation of the IB_UPDATEBAR
Author pepmallorca
Hello:

I have an IB_UpdateBar with a IB_Query.

If the user select the REMOVE button.

How can I avoid delete the record if a condition is true (ex: exists
records in another table).

Do I have to intercept an event of the IB_UpdateBar?
IB_UpdateBar1BeforeAction?

Do I have to intercept an event of the IB_Query?

How?


Thank you,