This topic is locked

listing all records

10/7/2010 12:50:55 PM
PHPRunner General questions
A
aptivus author

Hi everyone,

how is it possible to list all the records in a table without the usual PHPRunner pagination?

I just wanted a list page with all the records.

Thank you very much
Francesco

Sergey Kornilov admin 10/7/2010

PHPRunner 5.3 has 'All' options in 'records per page' dropdown box.

A
aptivus author 10/10/2010



PHPRunner 5.3 has 'All' options in 'records per page' dropdown box.


Thanks.

Any hint on how to achieve this on 5.2?

I would like to process the records before they're shown, not just clickin on a show all button.

Can this be done?
Francesco

A
ann 10/11/2010

Francesco,
proceed to the Miscellaneous tab and type into the 'Records per page selection' field 'All' (only).

Sergey Kornilov admin 10/11/2010

In version 5.2 proceed to Miscellaneous screen and enter large enough number i.e. 999999 in 'Records per page' field.

A
aptivus author 10/12/2010



In version 5.2 proceed to Miscellaneous screen and enter large enough number i.e. 999999 in 'Records per page' field.


Thank you, I didn't see it.

F.