Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-11-15 Thread Fabien Bodard
ok i see ... i correct it now 2013/11/15 Fabien Bodard : > Backup ? > > 2013/11/15 Benoît Minisini : >> Le 15/11/2013 22:34, Fabien Bodard a écrit : >>> OKay ... it's on the way ... sorry for the long time. >>> >>> You can try the trunk version it will do what you need. >>> >>> I've corrected the

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-11-15 Thread Fabien Bodard
Backup ? 2013/11/15 Benoît Minisini : > Le 15/11/2013 22:34, Fabien Bodard a écrit : >> OKay ... it's on the way ... sorry for the long time. >> >> You can try the trunk version it will do what you need. >> >> I've corrected the indexing too >> > > Check your commits : you must not put backup file

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-11-15 Thread Benoît Minisini
Le 15/11/2013 22:34, Fabien Bodard a écrit : > OKay ... it's on the way ... sorry for the long time. > > You can try the trunk version it will do what you need. > > I've corrected the indexing too > Check your commits : you must not put backup files in the subversion repository! -- Benoît Minis

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-11-15 Thread Fabien Bodard
OKay ... it's on the way ... sorry for the long time. You can try the trunk version it will do what you need. I've corrected the indexing too 2013/9/27 Greg Raffaelle : > Fabien, > > New property for report sounds promising - can't wait to try it. > > Thanks, > Greg > > > > > > > > > ---

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-09-26 Thread Greg Raffaelle
Fabien, New property for report sounds promising - can't wait to try it. Thanks, Greg -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-09-26 Thread Fabien Bodard
The good news is I get success with my new property. I've only to correct a problem of bad index in the fullrepeat container. It increment on the secondary page and it must not. It must increment only when its children say ok we have finished Le 25 sept. 2013 21:09, "Fabien Bodard" a écrit : > TH

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-09-25 Thread Fabien Bodard
THanks, i need to manage a new case. In fact i'm going to add a new property that force a repeated container to begin on a new page. so the full repeat part will force a new page to be generated like if the page is full. 2013/9/23 Fabien Bodard > I need to know if the picture and the header of

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-09-23 Thread Fabien Bodard
I need to know if the picture and the header of the part must be repeated if the twin arrays exceed the page.( I mean the part with the picture.) Many things can be done but I need to know what you exactly want to achieve. What you want is quite complex because you want a recursive scheme. Recurs