Subject | Re: [firebird-support] Firebird client error ibxeUnknown |
---|---|
Author | Wolfgang Kluge |
Post date | 2013-08-20T00:07:25Z |
On 18/08/13 15:44, Frank Schlottmann-Gödde wrote:
I checked the computer with Malwarebyte's AntiMalware , Vipre and with
Spybot Search @ Destroy - no malware was found.
Then I rolled back two generations of the of the t_rooms unit - the
problem disappeared.
A comparison of the two generations of t_rooms with Sourcegear's
DiffMerge showed the two .pas files to be identical and the two .dfm
files also to be identical.
So I think I should not pester anyone with checking my some 6400 lines
of source code.
Regards
Wolfgang Kluge
>Thanks Frank.
> On 17.08.2013 16:06, Wolfgang Kluge wrote:
> > Good evening.
> >
> > I will greatly appreciate if somebody could help me with this.
> >
> > The Delphi 5 source code:
> >
> > procedure T_main.LoadForm( FormClass: TFormClass; FormName: String;
> Splash: Boolean );
> > var
> > ChildForm : TForm;
> > nReturn : Integer;
> > begin
> > bReturnFromSub := True;
> > ChildForm := FormClass.Create( self );
> > nReturn := ChildForm.ShowModal;
> > ChildForm.Free;
> > Repaint;
> > if ( nReturn = 3 ) then Logout1Click( Nil );
> > end;
> >
> > Procedure is called by LoadForm(T_Rooms,'_Rooms', False );
> >
> >
> > The call ShowModal throws the error ibxeUnknown.
> >
> > Only one out of 11 calls in my database application misbehaves and I
> simply have
> > run out of ideas of how to handle this.
>
> If you could show us the code for T_rooms, may be someone will be able
> to help.
>
> fsg
>
I checked the computer with Malwarebyte's AntiMalware , Vipre and with
Spybot Search @ Destroy - no malware was found.
Then I rolled back two generations of the of the t_rooms unit - the
problem disappeared.
A comparison of the two generations of t_rooms with Sourcegear's
DiffMerge showed the two .pas files to be identical and the two .dfm
files also to be identical.
So I think I should not pester anyone with checking my some 6400 lines
of source code.
Regards
Wolfgang Kluge
>[Non-text portions of this message have been removed]
> --
> "Fascinating creatures, phoenixes, they can carry immensely heavy loads,
> their tears have healing powers and they make highly faithful pets."
> - J.K. Rowling
>
>