This topic is locked

Number of Line per Page in Reports

8/9/2007 6:43:10 AM
PHPRunner General questions
D
daviesgh author

Hi,
On the Report:Miscellaneous page in PHPRunner, in a Report with no grouping, it is possible to select the Number of Lines per Page. However when the Report is generated, the Report is always set to 20 Lines per Page.
On the Report:Miscellaneous page in PHPRunner, in a Report with grouping, it is possible to select the Number of Lines per Page. Now when the Report is generated, on the HTML Page, it now has Groups per page. This is always set to 5 Groups per page.
Regards,
Gordon

S
smaris 8/9/2007

Gordon,
noticed that these are the default settings for pagesize and groups... Couldn't find an override via the custom events yet (not a working one...). I just call my report or list file from the menu with adding the parameter pagesize=n (with n the number of wanted lines or groups):
e.g. mytable_report.php?pagesize=1 will open the report in the browser with 'nr of groups' set to 1.
Stefan