Re: [Lazarus] Small problem with a application that uses a Firebird database

2022-02-13 Thread nibbikfrans via lazarus
Hi Mattias, Yes, 1 running thread for about 2 seconds, source = :, line = 0. So I have no idea what and where to look. mvg Frans van Leeuwen M 06-51695390 Op 12-2-2022 om 21:00 schreef Mattias Gaertner via lazarus: On Sat, 12 Feb 2022 14:38:55 +0100 nibbikfrans via lazarus wrote: [.

Re: [Lazarus] Small problem with a application that uses a Firebird database

2022-02-12 Thread Mattias Gaertner via lazarus
On Sat, 12 Feb 2022 14:38:55 +0100 nibbikfrans via lazarus wrote: >[...] > When I can't open the database because it's in use by a different > application (FlameRobin), I generate an error message. And now when I > close the application the main form is destroyed immidiately but the > Debug sc

Re: [Lazarus] Small problem with a application that uses a Firebird database

2022-02-12 Thread Лев Бронштейн via lazarus
Hi What is your question? What is confusing you? What error do you get when the database is connected to FlameRobin? What version of FB are you using? What access components do you use to connect to the database? nibbikfrans via lazarus 12 февраля 2022 г. 4:39:11 ПП написал: Hi, I'm usi

[Lazarus] Small problem with a application that uses a Firebird database

2022-02-12 Thread nibbikfrans via lazarus
Hi, I'm using Lazarus 2.0.10 on Windows10. I'm working on an application that uses a Firebird database and it's going very well. In the development version I use a Debug screen. But now I have a situation that I can't explain. When I start the application and I open the database it al goes wel