Re: [Gambas-user] Forcenewpage in report component - part 1 of 2

2014-01-10 Thread Fabien Bodard
This isn't a bug it's because the computing is done page by page for the viewer so 3 page no need more time than 3000 on the preview. For printing, all the pages are computed before. Le 10 janv. 2014 14:26, "Greg Raffaelle" a écrit : > Fabien, > > I tried the latest trunk version of Gambas3.5.90

Re: [Gambas-user] Forcenewpage in report component - part 1 of 2

2014-01-10 Thread Greg Raffaelle
Fabien, I tried the latest trunk version of Gambas3.5.90 and the pages on my report are now displaying. However the numpages is not correct. When the pages are first displayed in preview they are numbered like this: Page 1 of 2 Page 2 of 3 Page 3 of 4 Page 4 of 5 Page 5 of 6 Page 6 of 6 But

Re: [Gambas-user] Forcenewpage in report component - part 1 of 2

2014-01-08 Thread Fabien Bodard
Can you try with the last rev ? 2014/1/5 Fabien Bodard : > there is a bug > > 2014/1/5 Greg Raffaelle : >> Attached is a pdf of the first three pages of a sample report using the >> Forcenewpage setting. I had to break the report into two parts because of >> file size limitations. I will send the

Re: [Gambas-user] Forcenewpage in report component - part 1 of 2

2014-01-05 Thread Fabien Bodard
there is a bug 2014/1/5 Greg Raffaelle : > Attached is a pdf of the first three pages of a sample report using the > Forcenewpage setting. I had to break the report into two parts because of > file size limitations. I will send the last 3 pages in the next message. > Notice only page numbers are

Re: [Gambas-user] Forcenewpage in report component

2014-01-04 Thread Fabien Bodard
can you send me a pdf with the output ? 2014/1/4 Fabien Bodard : > > Le 4 janv. 2014 06:05, "Greg Raffaelle" a écrit : > > >> >> I am having a problem getting automatic page numbers on a report using the >> new "Forcenewpage" setting in the report component. >> >> My report consists of X number o

Re: [Gambas-user] Forcenewpage in report component

2014-01-04 Thread Fabien Bodard
Le 4 janv. 2014 06:05, "Greg Raffaelle" a écrit : > > I am having a problem getting automatic page numbers on a report using the new "Forcenewpage" setting in the report component. > > My report consists of X number of pages with tables that are repeated Y number of times with new data each time (

[Gambas-user] Forcenewpage in report component

2014-01-03 Thread Greg Raffaelle
I am having a problem getting automatic page numbers on a report using the new "Forcenewpage" setting in the report component. My report consists of X number of pages with tables that are repeated Y number of times with new data each time (the report is then X times Y pages long). For example

[Gambas-user] Forcenewpage in report component

2013-12-07 Thread Greg Raffaelle
Thanks Fabien for adding the "ForceNewPage" setting to the report component. I am close to getting the report for my application to look like I want using the new ForceNewPage setting. However I am having problems with the automatic page numbering now. My report consists of X number of pages