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.