Subject Re: [IBO] Where is the diference
Author João Batista Silva
the last line execute, trace into F7, is in IBA_DATASET.IMP 3407 after
I got the message. Every thing happens in files of IBO.

thanks.

----- Original Message -----
From: Jason Wharton <jwharton@...>
To: <IBObjects@egroups.com>
Sent: Thursday, January 04, 2001 1:39 AM
Subject: Re: [IBO] Where is the diference


> Please get the callstack on the exception in the IDE and trace it in the
> code from there. Something is silently handling the exception somewhere
> instead of what should happen.
>
> Turn off break on exception in the IDE and it will probably behave exactly
> as it does running directly from the EXE.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "João Batista Silva" <jbs@...>
> To: <IBObjects@egroups.com>
> Sent: Wednesday, January 03, 2001 10:47 PM
> Subject: Re: [IBO] Where is the diference
>
>
> > I have make it
> >
> > procedure TfrmPrincipal.FormCreate(Sender: TObject);
> > begin
> > Width := 640;
> > Height := 480;
> > Application.OnException := AppException;
> > end;
> >
> > procedure TfrmPrincipal.AppException(Sender: TObject; E: Exception);
> > begin
> > Application.ShowException(E);
> > end;
> >
> > But it is not the soluction, is just another.
> >
> > Thanks
> >
> >
> >
> >
> >
>
>
>
>