Re: [Lazarus] fpReport - can not render pagefooter

2017-10-01 Thread Andreas Frieß via Lazarus
Done. The FAQ is started. ANdreas Michael Van Canneyt via Lazarus wrote: > > Sure. > > You can add pages to the wiki about fpreport: > > http://wiki.freepascal.org/FPReport > > I suggest adding a new page > > http://wiki.freepascal.org/FPReport_FAQ > > and linking to it from the main

Re: [Lazarus] fpReport - can not render pagefooter

2017-09-30 Thread Andreas Frieß via Lazarus
Is it possible to make a FAQ for fpreport ? Regards Andreas Graeme Geldenhuys via Lazarus wrote: > On 2017-09-27 09:38, Andreas Frieß via Lazarus wrote: > > What is my mistake of understanding ? > > You made a couple of mistakes and highlighted a bug in the PDF > exporter. > > Mistakes: >

Re: [Lazarus] fpReport - can not render pagefooter

2017-09-29 Thread Graeme Geldenhuys via Lazarus
On 2017-09-28 12:40, Michael Van Canneyt via Lazarus wrote: because there is also the 8.3 filename support that interferes. Oh yeah, I completely forgot about those platforms. :-/ Regards, Graeme -- ___ Lazarus mailing list

Re: [Lazarus] fpReport - can not render pagefooter

2017-09-29 Thread Graeme Geldenhuys via Lazarus
On 2017-09-28 11:05, Andrea Mauri via Lazarus wrote: What are the minimum requirements to use fpreport? Can I use it with laz 1.6.2 and fpc 3.0.0? I don't track the lazarus version I use, but I'm using fpreport (from FPC Trunk) with FPC 2.6.4. On a side note: I did notice recently that

Re: [Lazarus] fpReport - can not render pagefooter

2017-09-28 Thread Michael Van Canneyt via Lazarus
On Thu, 28 Sep 2017, Andrea Mauri via Lazarus wrote: Il 28/09/2017 12:15, Michael Van Canneyt via Lazarus ha scritto: Normally you can, but you will need to copy some additional units from the trunk version of the FPC source repo (in particular, fpexprpars, and fcl-pdf) fpReport is in

Re: [Lazarus] fpReport - can not render pagefooter

2017-09-28 Thread Andrea Mauri via Lazarus
Il 28/09/2017 12:15, Michael Van Canneyt via Lazarus ha scritto: Normally you can, but you will need to copy some additional units from the trunk version of the FPC source repo (in particular, fpexprpars, and fcl-pdf) fpReport is in production use with 2.6.4 as the compiler. I downloaded

Re: [Lazarus] fpReport - can not render pagefooter

2017-09-28 Thread Michael Van Canneyt via Lazarus
On Thu, 28 Sep 2017, Andrea Mauri via Lazarus wrote: Il 27/09/2017 12:50, Graeme Geldenhuys via Lazarus ha scritto: ps: Note that I compiled your project using the latest fpReport from FPC Trunk. I simply set the correct Unit Source Path in the project. You don't need to use FPC Trunk

Re: [Lazarus] fpReport - can not render pagefooter

2017-09-27 Thread Andreas Frieß via Lazarus
THX Graeme In windows this is possible and running: -> I have my sample extended procedure TForm1.FormActivate(Sender: TObject); begin   if not FInit then begin     gTTFontCache.ReadStandardFonts;     gTTFontCache.BuildFontCache;     if PaperManager.PaperCount=0 then  

Re: [Lazarus] fpReport - can not render pagefooter

2017-09-27 Thread Michael Van Canneyt via Lazarus
On Wed, 27 Sep 2017, Graeme Geldenhuys via Lazarus wrote: On 2017-09-27 09:38, Andreas Frieß via Lazarus wrote: What is my mistake of understanding ? You made a couple of mistakes and highlighted a bug in the PDF exporter. Mistakes: 1. You never registered the standard page sizes with:

Re: [Lazarus] fpReport - can not render pagefooter

2017-09-27 Thread Graeme Geldenhuys via Lazarus
On 2017-09-27 09:38, Andreas Frieß via Lazarus wrote: What is my mistake of understanding ? You made a couple of mistakes and highlighted a bug in the PDF exporter. Mistakes: 1. You never registered the standard page sizes with: PaperManager.RegisterStandardSizes; 2. Your report