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

Fabien Bodard gambas.fr at ...626...
Sun Jan 12 14:28:12 CET 2014


Le 11 janv. 2014 19:46, "J. Mischke" <admin at ...2701...> a écrit :
>
> 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" <admin at ...2701...> a écrit :
>
> I use a part of the report example of Gambas and make some modifacation.
>
> I use it like:
>
> For Each R
>         Rlbl = New ReportLabel(RVBCont)
>         Rlbl.Autoresize = True
>         Rlbl.Font.Name = "Courier"
>         Rlbl.Font.Size = 7
> .... some sourcecode more.in which a write my databasefields to
> rlbl.text. ( One Label for each line )
>
> It work well, but I see no possibility to say at one point ( in my
> example if a group of data from my SQL statement make it neccessary to
> create a new page )
>
> Best regards
>
> juergen
>
> ( hope my exampe is useful )
>

I will add quickly a new widget ReportPageBreak
That will force the new page when the arranger see this
>
>
>
------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
>
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



More information about the User mailing list