Subject RE: [IBO] Re: BeforePost on Delete
Author Claudio Valderrama C.
> -----Original Message-----
> From: Yagi [mailto:yagi@...]
> Sent: Viernes 16 de Febrero de 2001 5:13
>
> So, if i call Delete() for IB_Query
> 1. BeforeDelete
> 2. BeforePost
> 3. AfterPost
> 4. AfterDelete
> are called in this order and it is OK. Well it is new for me because for
> TTable there is BefeoreDelete and AfterDelete only called.

Now I see the issue. I think this should be documented in some part of IBO
help files; otherwise, it needs to be done. IBO will call always the
Before/After-Post events, because it considers the delete operation a kind
of POST, too.

C.