This topic is locked

Totals on print page won't show

2/18/2009 11:16:04 PM
PHPRunner General questions
O
OLDmrcaseyman author

I am having trouble printing totals.

I have a few expenses fields that I would like to show totals for on my print page. I don't want to show these fields on my list page.

However, unless I select each of these fields to appear on my list page the totals don't appear on the print page.

I tried selecting them on the "Choose Fields"page and then just deleting the column in the visual editor for list page but that seems to automatically uncheck the fields back in the "Choose Fields" page.
I am using build 766

J
Jane 2/19/2009

Hi,
Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

O
OLDmrcaseyman author 2/19/2009

Jane's suggestion:
To print field totals that are not selected on list page...
To make your pages working open source/print.php file, find this line:

foreach Fields as @f filter @f.strTotalsType && @f.bListPage##

and replace it with this one:

foreach Fields as @f filter @f.strTotalsType && @f.bPrinterPage##



Then open and rebuild your project.