Subject Re: [IBO] Can't Capture OnError
Author Helen Borrie
At 01:11 PM 11-11-02 +0200, you wrote:
>It's probably something stupid, but i can't seem to capture the OnError
>event on the TIB_Connection, it never fires on error, if i look at the
>exception it occurs in IB_Session line 1083 DoHandleError but doHandle error
>checks if assigned(FOnError)
>
>but FonError is not assigned.

this indicates you don't have an error handler for it.

Helen