Subject Re: [IBO] Can't Capture OnError
Author Infocare Developer
no well actually on the DataModule there is an IB_Connection which OnError
is assigned, this did not fire, so what i did is I placed an IB_session on
the DM and Assigned It's OnError then I linked the IB_Connection's Session
to the session on the dm,

But I notice that my IBOQuery's IB_Session is not the same one as the
Connection's session, and I cannot change IBOQuery.IB_Session it is a read
only property

----- Original Message -----
From: "Helen Borrie" <helebor@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, November 11, 2002 12:50 PM
Subject: Re: [IBO] Can't Capture OnError


> 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
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>