Re: [Lazarus] LazReport Database

2012-01-09 Thread Koenraad Lelong
On 05-01-12 18:07, Mattias Gaertner wrote: Can you create a small example and a bug report? Mattias http://bugs.freepascal.org/view.php?id=21050 Koenraad -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] RE : Still some problems withPackageEditingInterface.DoOpenPackageFile

2012-01-09 Thread Ludo Brands
I'm doing now if PackageEditingInterface.FindPackageWithName(PkgName)nil then PackageEditingInterface.DoOpenPackageFile(sDir+PkgName+'.lpk', [pofRevert],fa lse) else PackageEditingInterface.DoOpenPackageFile(sDir+PkgName+'.lpk', [pofAddToRecen t],false); but FindPackageWithName

Re: [Lazarus] Can't rebuild lazarus 0.9.30.2 on linux

2012-01-09 Thread Michael Schnell
I just checked that on Linux the current svn version of Lazarus can be compiled with the current svn version of FPC. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Lazarus 0.9.30.2 + FPC 2.6.0

2012-01-09 Thread zeljko
2012/1/7 Fabio Luis Girardi fluisgira...@gmail.com: Has some chance of a package Lazarus 0.9.30.2 + FPC 2.6.0 Win32+WinCE maybe released? I don't think so, because Lazarus 0.9.30.2 passes -WG also for non-windows targets, and fpc 2.6.0 rejects it. It could be fixed in a 0.9.30.4 (if it

Re: [Lazarus] Lazarus 0.9.30.2 + FPC 2.6.0

2012-01-09 Thread Sven Barth
Am 09.01.2012 08:35 schrieb Vincent Snijders vincent.snijd...@gmail.com: 2012/1/7 Fabio Luis Girardi fluisgira...@gmail.com: Has some chance of a package Lazarus 0.9.30.2 + FPC 2.6.0 Win32+WinCE maybe released? I don't think so, because Lazarus 0.9.30.2 passes -WG also for non-windows

Re: [Lazarus] Lazarus 0.9.30.2 + FPC 2.6.0

2012-01-09 Thread Bernd
2012/1/9 zel...@holobit.net: But we can start work on 0.99 (a.k.a 1.0RC) and release it :) ... +1 This barrier must be breached. Letting go of the concept of reaching perfection while never actually being able to reach it (and documenting this never ending battle through asymptotic version

Re: [Lazarus] Still some problems with PackageEditingInterface.DoOpenPackageFile

2012-01-09 Thread Mattias Gaertner
On Sun, 8 Jan 2012 17:12:31 +0100 Ludo Brands ludo.bra...@free.fr wrote: Hi, In case I recreate a package that is already installed in lazarus, PackageEditingInterface.DoOpenPackageFile will bring up the package but as soon as I hit compile, it shows a message that the disk file has changes

[Lazarus] Daily snapshots are not updated anymore ?

2012-01-09 Thread Samuel Herzog
Hi, looks like there is a problem on the build machine ? The dalily snapshots for windows have stopped at end of 2011 (except win64 version). Regards, Sam-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Daily snapshots are not updated anymore ?

2012-01-09 Thread Vincent Snijders
2012/1/10 Samuel Herzog sam_her...@yahoo.com: Hi, looks like there is a problem on the build machine ? The dalily snapshots for windows have stopped at end of 2011 (except win64 version). Lack of time to complete the upgrade to fpc 2.6.0. Vincent --

Re: [Lazarus] RE : RE : How to get field-names of a table ?

2012-01-09 Thread Koenraad Lelong
Op 09-01-12 17:34, Ludo Brands schreef: ... Normally, when you need to use field events, you would create persistent fields. With Fielddefs populated, double click on the TSQLQuery and click on the + sign. You'll see a list of all fielfs in fielddefs. Select all fields and OK. You have now