This topic is locked

Printer-Friendly Page Fails to Show Totals

10/20/2008 4:06:01 PM
PHPRunner General questions
W
wblumstengel author

I am running PHPRunner 5.0 build 447
I have a page in my app which displays the result of a view in my MYSQL database. This page is configured so that only the List, Export and Printer-Friendly pages are available. For the sake of discussion, the List page shows the following information:

Category SubCategory Total Urgent High Medium Low

--------------------------- -------------- ---------- ---------- ---------- ---------- ----------

IC General 48 0 27 21 0

VA - Reversion & Interface Reconcilition 1 0 0 1 0

VHA Enhancement 1 0 0 1 0

VHA General 1 0 0 1 0

---------- ---------- ---------- ---------- ----------

Total: 51 Total: 0 Total: 27 Total: 24 Total: 0


The last line showing the "Totals" associated with each of the numeric columns is not part of my view, but is generated dynamically by phprunner for the list page.
If I Export the page, to Excel for example, all information is exported and appears correctly in an Excel spreadsheet, including the "Totals".
However, when I select the "Printer-Friendly" page, the line with the totals disappear.
I have tried setting the "Totals Type" on the "List" and "Printer" pages (for this particular table/view) to "TOTALS" but that did not help. When I was running v4.2 of PHPrunner, the "Printer-Friendly" page was displaying the "Totals" no problem. However, when I migrated my project to v5.0 of PHPRunner, the "Totals" no longer displayed.
Any idea what's going on here?

J
Jane 10/22/2008

Hi,
thank you for pointing me to this bug.

We'll fix it in the next update.

G
Geoffww 10/30/2008

I've built a version 5 (448) project from scratch, no migration from another version, and this bug appears.

Is a temporary fix, by editing a php page after building, feasible?

J
Jane 10/31/2008