Subject | RE: [IBO] Re: BeforePost on Delete |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-02-17T05:33:04Z |
> -----Original Message-----Now I see the issue. I think this should be documented in some part of IBO
> 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.
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.