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

2007-06-10 Thread Arí Ricardo Ody
I had a new idea: Would the trouble be caused by a erroneous or omitted Firebird server customization? [ ] Ricardo - Segue mensagem encaminhada - Data: Sun, 10 Jun 2007 23:06:27 -0300 De: Arí Ricardo Ody <[EMAIL PROTECTED]> Para: Lazarus Mailing List Assunto: Re: [la

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

Re: [lazarus] TProcess or Shell ?

2007-06-10 Thread Marco van de Voort
On Sat, Jun 09, 2007 at 12:12:40AM +0200, A.J. Venter wrote: > >I think I will post this question to the list and get the general feel > >from those who know the internals well. > > What is the consensus please ? That's pretty easy. In 2.1/2.2+, shell() is deprecated. (though fpsystem is there a

Re: [lazarus] "strip" utility

2007-06-10 Thread Peter Vreman
> Hi, > > btw. there is a newer UPX version available (see > http://upx.sourceforge.net/). Is there any reason, that not the latest > version is included? It is not verified if that works stable enough. Also UPX is mainly used for win32 and there are not that much improvements for it so there is

Re: [lazarus] "strip" utility

2007-06-10 Thread Christian Budde
Hi, btw. there is a newer UPX version available (see http://upx.sourceforge.net/). Is there any reason, that not the latest version is included? Kind regards, Christian _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] "floating point overflow" error when passing parameter value to TSQLQuery

2007-06-10 Thread Joost van der Sluis
That's a known bug in fpc 2.0.4. Which version of fpc are you using? On Fri, 2007-06-08 at 18:18 +0200, Zlatko Matić wrote: > Lazarus 0.9.22, Windows XP, PostgreSQL 8.2. > When passing a parameter value to SQLQuery (ParamByName method) during > run time, an error "floating point overflow" occurs

Re: [lazarus] Report Tools for Lazarus

2007-06-10 Thread Graeme Geldenhuys
On 09/06/07, Jesus Reyes <[EMAIL PROTECTED]> wrote: I can confirm that, yes LazReport has TfrUserDataset components so one can have a custom data cursor, in fact, in 0.9.4 version there is a sample showing exactly this functionality. Sample is in Samples/UserDs directory. That's excellent new