Re: [Gambas-user] Howto tell how many pages to print

2013-07-04 Thread Fabien Bodard
It depend of what you want to achieve. You can use gb.report. One time the layer is done you give data. And it calculate all for you. I know it is not well documented since at less 5 years but i can help you. Le 3 juil. 2013 22:10, "Sprachschule Eilert" a écrit : > Hi folks, > > I am still cycli

[Gambas-user] Howto tell how many pages to print

2013-07-03 Thread Sprachschule Eilert
Hi folks, I am still cycling around a problem with the printing system in Gambas3. You have to tell the system how many pages to print to make it start printing. But there are cases when you don't know how many pages will result from printing before you actually get going. So I thought, maybe