Is there a limit (if so, can I change it? where is it at to change?) on the number of records a report will display? I am using PHP. On long reports, I get a white screen with “done” at the bottom left corner. How do I fix this so I can see long reports? Please help.
Are you getting the reports from a MySQL database?
You could use the LIMIT keyword:
SELECT * FROM `reports` LIMIT 10