Subject | Re: [IBO] IB_Connection.OnError |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2000-11-27T23:05:34Z |
That's my code:
RaiseException:=false;
SysUtils.Abort;
Nevertheless a exception will be raised:
Jason Wharton wrote:
RaiseException:=false;
SysUtils.Abort;
Nevertheless a exception will be raised:
Jason Wharton wrote:
> You probably need to raise the silent exception by calling SysUtils.Abort.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> ----- Original Message -----
> From: <guido.klapperich@...>
> To: <ibobjects@egroups.com>
> Sent: Monday, November 27, 2000 3:56 PM
> Subject: [IBO] IB_Connection.OnError
>
> > In the OH is written, that when I say RaiseException:=false in the
> > IB_Connection.OnError-Event, then no Exception will be raised. But in my
> > case, this doesn't work? What am I doing wrong ?
> >
> > Guido.
> >
> >
> >
> >
> >
>