Re: [Gambas-user] Howto make a newpage with gb.report

2014-01-12 Thread J. Mischke
> > I will add quickly a new widget ReportPageBreak > That will force the new page when the arranger see this > > Yes, good idea. Many thanks for that. Greeting Juergen -- CenturyLink Cloud: The Leader in Enterprise

Re: [Gambas-user] Howto make a newpage with gb.report

2014-01-11 Thread J. Mischke
On Sa, 2014-01-11 at 17:29 +0100, Fabien Bodard wrote: > Can you send me an example of your report... Do you use fill repeaters ? > Le 11 janv. 2014 14:13, "J. Mischke" a écrit : I use a part of the report example of Gambas and make some modifacation. I use it like: For Eac

[Gambas-user] Howto make a newpage with gb.report

2014-01-11 Thread J. Mischke
I have a little problem with gb.report. My list is a mysql select with a group by command, and i want to print any group separatly. At the moment I have no idea how to tell gb.report after the cahnging of the group to build anew page. Any hints? Best regads Juergen --