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

J. Mischke admin at ...2701...
Sat Jan 11 19:45:25 CET 2014


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 )
 





More information about the User mailing list