Subject RE: [IBO] OnError does not fire
Author Claudio Valderrama C.
Hello, I see this question remains unanswered or I skipped the answer. Did
you resolve the problem?

C.

> -----Original Message-----
> From: kazikmail@... [mailto:kazikmail@...]
> Sent: Miércoles 7 de Febrero de 2001 10:06
>
> Dear ib-group!
>
> I´m using:
> - Delphi 5 c/s
> - Interbase WI-V6.0.0.627
> - IB-Objects Version 3.6.Cd
> TIB_Connection, TIB_Transaction, a derivate of IBOQuery
> using cached updates.
>
> I have a question concerning the OnError-event and IBO.
>
> When updating a record i want to catch the EIB_DatasetError raised
> if the record to be updated wasn`t found (an other user has changed
> the record in the meantime). I get a "Record was not located to
> update" message; that´s ok, but none of the OnError-events assigned
> to the TIB_Connection, TIB_Transaction and IBOQuery fires if this
> exception occurs.
> So how to make the OnError-event to be fired?
>
> Can someone help me with this?