Re: [lazarus] Reports

2008-02-01 Thread Andreas Berger
Andreas Berger schrieb: I never used LazReport, but do use FastReport in some Delphi projects. The problem is that I would like to embed the report into a form. FastReport (LazReport) can't do this. I dont think that its such an big problem to create an component that does this. Ok, I have di

Re: [lazarus] Reports

2008-02-01 Thread Stephano
Jesus Reyes wrote: --- Stephano <[EMAIL PROTECTED]> escribió: Lee Jenkins wrote: I tried LazReport yesterday and it was unworkable for me. Just adding a single detail and group bands hooked up to Zeos/Firebird was enough to make it AV. Just dropping a TfrReport on an empty form will trigg

Re: [lazarus] Reports

2008-02-01 Thread Jesus Reyes
--- Stephano <[EMAIL PROTECTED]> escribió: > Lee Jenkins wrote: > > I tried LazReport yesterday and it was unworkable for me. Just > adding a > > single detail and group bands hooked up to Zeos/Firebird was > enough to > > make it AV. > Just dropping a TfrReport on an empty form will trigger o

Re: [lazarus] Reports

2008-02-01 Thread Stephano
Lee Jenkins wrote: I tried LazReport yesterday and it was unworkable for me. Just adding a single detail and group bands hooked up to Zeos/Firebird was enough to make it AV. Just dropping a TfrReport on an empty form will trigger once run a SIGSEGV at procedure unidrv!DrvEnableDriver. __

Re: [lazarus] Reports

2008-02-01 Thread Christian U.
Andreas Berger schrieb: I never used LazReport, but do use FastReport in some Delphi projects. The problem is that I would like to embed the report into a form. FastReport (LazReport) can't do this. I dont think that its such an big problem to create an component that does this. Could I have

Re: [lazarus] Reports

2008-02-01 Thread Lee Jenkins
Andreas Berger wrote: I never used LazReport, but do use FastReport in some Delphi projects. The problem is that I would like to embed the report into a form. FastReport (LazReport) can't do this. Could I have some idea as to what you are using to generate reports? Do you use internal report ge

Re: [lazarus] Reports

2008-02-01 Thread Leonardo M. Ramé
Yes, It can, you must use TfrxPreview component to accomplish that. http://www.fast-report.com/en/documentation/frx3progr/FastReport%20components%20review/TfrxPreview.htm Leonardo M. Ramé http://leonardorame.blogspot.com Andreas Berger escribió: I never used LazReport, but do use FastReport in

Re: [lazarus] Reports

2008-02-01 Thread Andreas Berger
I never used LazReport, but do use FastReport in some Delphi projects. The problem is that I would like to embed the report into a form. FastReport (LazReport) can't do this. Could I have some idea as to what you are using to generate reports? Do you use internal report generators like :LazRepor

Re: [lazarus] Reports

2008-01-30 Thread Christian U.
"Nero for Linux v3" is one such case. Linux has loads of CD/DVD writing software, but nothing I like, or can say feels polished (yes even K3b doesn't do it for me). "Nero for Linux" just works and well worth the money. Never tried it, never needed it. Nautilus works just great to burn CD´s.

Re: [lazarus] Reports

2008-01-30 Thread Graeme Geldenhuys
On 30/01/2008, Christian U. <[EMAIL PROTECTED]> wrote: > > > I dont like commercial products in combination with lazarus so i spend > my time to make lazreport bedder when i want it and dont send mails to > obscure commercial suppliers. I don't know of any comercial products for Lazarus, so I ass

Re: [lazarus] Reports

2008-01-30 Thread Christian U.
Graeme Geldenhuys schrieb: While you are all busy talking about reports. Why don't each of you fire off a email to the creators of ReportBuilder. They have a awesome reporting tool for Delphi. You could use it equally well from code and designer plus it had a built-in script language. You could

Re: [lazarus] Reports

2008-01-30 Thread Cesar Romero
My personal taste is FastReport, and I think it is almost there to support FPC. []s Cesar Romero While you are all busy talking about reports. Why don't each of you fire off a email to the creators of ReportBuilder. They have a awesome reporting tool for Delphi. You could use it equally wel

RE: [lazarus] Reports

2008-01-30 Thread Sergio Samayoa
> http://sourceforge.net/projects/braslib/ Latest release 0.4b in may 2006, CVS contents is 20 months old > https://sourceforge.net/projects/reportlivre/ Latest release 0.1 in feb 2006, there's nothing in CVS Better use LazReport which is the "de facto" reporting tool for lazarus. Regards. __

Re: [lazarus] Reports

2008-01-30 Thread Graeme Geldenhuys
While you are all busy talking about reports. Why don't each of you fire off a email to the creators of ReportBuilder. They have a awesome reporting tool for Delphi. You could use it equally well from code and designer plus it had a built-in script language. You could report from datasets and pre

Re: [lazarus] Reports

2008-01-30 Thread Bogusław Brandys
Christian U. wrote: Andreas Berger schrieb: Could I have some idea as to what you are using to generate reports? Do you use internal report generators like :LazReport or external ones? LazReport seems to be an incomplete implementation of FreeReport which is also way outdated. Can some one ple

Re: [lazarus] Reports

2008-01-30 Thread Christian U.
Andreas Berger schrieb: Could I have some idea as to what you are using to generate reports? Do you use internal report generators like :LazReport or external ones? LazReport seems to be an incomplete implementation of FreeReport which is also way outdated. Can some one please give me some hint

Re: [lazarus] Reports

2008-01-30 Thread micahel schneider
Am Mittwoch 30 Januar 2008 schrieb Andreas Berger: > Could I have some idea as to what you are using to generate reports? Do > you use internal report generators like :LazReport or external ones? > LazReport seems to be an incomplete implementation of FreeReport which > is also way outdated. Can so

Re: [lazarus] Reports

2008-01-30 Thread Leonardo M. Ramé
If you have TeX/Latex installed you can create the Latex source file with your program, and let TeX process it, then show the resulting PDF or Postscript to the user. Lee Jenkins escribió: Andreas Berger wrote: Could I have some idea as to what you are using to generate reports? Do you use in

Re: [lazarus] Reports

2008-01-30 Thread Lee Jenkins
Andreas Berger wrote: Could I have some idea as to what you are using to generate reports? Do you use internal report generators like :LazReport or external ones? LazReport seems to be an incomplete implementation of FreeReport which is also way outdated. Can some one please give me some hints.

RE: [lazarus] Reports

2008-01-30 Thread Sergio Samayoa
ut I dont known if has an API to use from other languages. Regards. -Mensaje original- De: Andreas Berger [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 30 de Enero de 2008 04:39 a.m. Para: lazarus@miraclec.com Asunto: [lazarus] Reports Could I have some idea as to what you are usin

[lazarus] Reports

2008-01-30 Thread Andreas Berger
Could I have some idea as to what you are using to generate reports? Do you use internal report generators like :LazReport or external ones? LazReport seems to be an incomplete implementation of FreeReport which is also way outdated. Can some one please give me some hints. Thanks, Andreas ___