This topic is locked

Programatically changing the print page size

4/22/2008 5:57:41 AM
PHPRunner General questions
S
steveh author

Looking at the generated code I see that the page size is hard coded at 30 records.
What would be the best way to throw a page in the BeforeProcessRowPrint event?
Ideally I'd set $records to 30 and that would do it, but $records isn't a global?
I want to do it in a way that doesn't involve an edit each time the code is generated.

J
Jane 4/22/2008

Steve,
you can change number of records on the print page on the Choose pages tab in the PHPRunner.

S
steveh author 4/22/2008

I'd missed the "..." beside that, thanks, perfect!