This topic is locked

HOW TO REMOVE OR CHANGE THE DEFAULT 'GROUPS PER PAGE'

11/20/2007 1:28:16 PM
PHPRunner General questions
J
joesjnr author

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=6866&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />

Hello again.
How do I remove the default [Groups per page : 5]?
I don't want 5, I want to display all in a page.
Or set it to other number...
How do I...?
Thanks a trillion again.
wr,

Joe

J
Jane 11/21/2007

Joe,
try to add following code to the Report page: Before process event on the Events tab:

if(!$_GET["pagesize"])

$_GET["pagesize"]=-1;