> Can anybody please clarify how to generate a new page when printing in
> Gambas 3. I know you have have the Printer.Count value but it appears
> you need to know the number of pages to set this value before printing.
> You cannot loop through data and say INC hPrinter.Count. It will only
> print the initial count value.
> Similarly, I set the Count value high and then, when my data was
> exhausted, I tried reducing the Count to the current .hPrinter.Page
> value but this doesn't help.
> In Gambas 2 you could just issue a .newpage command when your 'y' value
> got too big.
> Regards
> Michael
> 

Yes. You must now tell how many pages you will print before printing. In other 
words, you must layour your document first, and then print it.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to