chrisuk Posted November 5, 2007 Share Posted November 5, 2007 I have a report which is basically the size of an A4 sheet, with 11 columns across the page. For most cases, this is sufficient, but in some cases, the data will span more than 11 columns and could go to 2 or even 3 pages. The report is fixed, so I need to work with that.... my thoughts were that where there are more than 11 records for a particular job which the report is being done for, i would limit the selection to those 11, and provide a "next" link which would reload the page with the next 11. This shouldn't be too much of an issue, but I was wondering how to get the document to print as a whole, and not just the page currently being viewed? Thanks! Link to comment https://forums.phpfreaks.com/topic/76066-multi-page-reports/ Share on other sites More sharing options...
ToonMariner Posted November 5, 2007 Share Posted November 5, 2007 procide a link that will show ALL records on one page and print that Link to comment https://forums.phpfreaks.com/topic/76066-multi-page-reports/#findComment-385048 Share on other sites More sharing options...
chrisuk Posted November 5, 2007 Author Share Posted November 5, 2007 the report can only show 11 at at time. Basically there is a check at 15 minute intervals (horizontal), and there are several items to display for each check (vertical) showing all records at once would make it too wide to print Link to comment https://forums.phpfreaks.com/topic/76066-multi-page-reports/#findComment-385058 Share on other sites More sharing options...
ToonMariner Posted November 5, 2007 Share Posted November 5, 2007 then make it go the vertically instead. Link to comment https://forums.phpfreaks.com/topic/76066-multi-page-reports/#findComment-385073 Share on other sites More sharing options...
chrisuk Posted November 5, 2007 Author Share Posted November 5, 2007 as i mentioned, that's not an option unfortunatley. Link to comment https://forums.phpfreaks.com/topic/76066-multi-page-reports/#findComment-385081 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.