Re: [lazarus] Trouble ending Application that uses Firebird DBs

2007-06-11 Thread Michael Van Canneyt
On Sun, 10 Jun 2007, Arí Ricardo Ody wrote: > Hi Michael! > > I wasn't disconnecting the database because at least the navigation between > the first form and the other 2 are occuring without troubles. I was only > connect at form.create of the the 2 forms called by the first. > After read your

Fwd: Re: [lazarus] Trouble ending Application that uses Firebird DBs

2007-06-10 Thread Arí Ricardo Ody
to: Re: [lazarus] Trouble ending Application that uses Firebird DBs Hi Michael! I wasn't disconnecting the database because at least the navigation between the first form and the other 2 are occuring without troubles. I was only connect at form.create of the the 2 forms called by the first.

Re: [lazarus] Trouble ending Application that uses Firebird DBs

2007-06-10 Thread Arí Ricardo Ody
Hi Michael! I wasn't disconnecting the database because at least the navigation between the first form and the other 2 are occuring without troubles. I was only connect at form.create of the the 2 forms called by the first. After read your e-mail I implemented the form.close for the 2 forms c

Re: [lazarus] Trouble ending Application that uses Firebird DBs

2007-06-10 Thread Arí Ricardo Ody
I don't understand the _expression_ "events of Firebird". may you develop a little, please? Kind regards Ricardo Mon, 11 Jun 2007 03:33:56 +0300, "zaher dirkey" <[EMAIL PROTECTED]> escreveu: Did you use an events of Firebird, may be there is a thread still waiting. On 6/11/07, Michael V

Re: [lazarus] Trouble ending Application that uses Firebird DBs

2007-06-10 Thread zaher dirkey
Did you use an events of Firebird, may be there is a thread still waiting. On 6/11/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Sun, 10 Jun 2007, Arí Ricardo Ody wrote: > I develop a program in what from an initial form a execute 2 other programs. > Both other access a Firebird data

Re: [lazarus] Trouble ending Application that uses Firebird DBs

2007-06-10 Thread Michael Van Canneyt
On Sun, 10 Jun 2007, Arí Ricardo Ody wrote: > I develop a program in what from an initial form a execute 2 other programs. > Both other access a Firebird database. I put a TIBConnection.connected := true > in the Form.Crate of the executed programs and everything's ok 'till I try to > close the

[lazarus] Trouble ending Application that uses Firebird DBs

2007-06-10 Thread Arí Ricardo Ody
I develop a program in what from an initial form a execute 2 other programs. Both other access a Firebird database. I put a TIBConnection.connected := true in the Form.Crate of the executed programs and everything's ok 'till I try to close the application. When I click the "Exit" button the Ap