This topic is locked

Customize Number of Records in 'Print Whole Report'

5/19/2008 5:40:36 AM
ASPRunnerPro General questions
K
khyj author

Does anyone know how to set the number of records to be grouped on print page? As there is a table for every 29 records... not more, not less.
After searching in this forum for a solution, i did find one which seemed to suit my need:

SESSION(strTableName & "_pagesize") = 100



This code is supposed to be put onto Print page: before processed.
But the number is still 29 after it is added. Is this not the solution? Or what can be done?

I just want the records to spread over the page naturally... i.e. let the browser do the page break.
Thanks!

J
Jane 5/20/2008

Hi,
to change number of records on the print page proceed to the Choose pages tab, click on the ... button near Printer-friendly option and edit Number of records per page.

K
khyj author 5/20/2008

Thanks! Found the button. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=29498&image=1&table=forumreplies' class='bbc_emoticon' alt=':lol:' />