This topic is locked
[SOLVED]

 PHPRunner Enterprise Reports

12/9/2015 3:50:41 PM
PHPRunner General questions
J
jmartin17 author

**[size="3"]
I am having problems customizing a report.
When I use the visual editor to key a report title on the same line with Page of

and add a event for Date to print on same line I no longer see the page of or any thing I added for

the line in the heading?
We really need something that would show the structure of the HTML in the heading?
My code is added between the: {BEGIN page_number} and the {END page_number}
Example:

{BEGIN page_number}
<DIV class="rnr-brickcontents style1 rnr-b-page_of_print {$brickclass_page_of_print}">

<H1>

<STRONG>Page</STRONG>

<SPAN class="rp-pageno">

{$pageno}

</SPAN>

<STRONG>of</STRONG>

<SPAN class="rp-pagecount">

{$pagecount}

</SPAN>

<FONT face="Arial">

<STRONG>

&nbsp;&nbsp;&nbsp;&nbsp;Daily Transaction Code Summary Report&nbsp;&nbsp;Date:&nbsp; &nbsp;{$event Daily_Trans_Code_Summary_snippet}

</STRONG>

</FONT>

</H1>

</DIV>

{END page_number}


The {$event Daily_Trans_Code_Summary_snippet}

has in it:

date_default_timezone_set('America/Chicago');
// Prints the day, date, month, year, time, AM or PM

//echo date('l jS \of F Y h:i:s A') . "
";

//echo date("Y-m-d h:iA", $date->format('U'));

//echo date('l jS \of F Y h:i:s A') . "
";

echo date("F j, Y g:i a"); // March 10, 2001, 5:16 pm


[/size]**
Any help with this problem would be appreciated.
James

James R. Martin

jmartin@jmartinassociates.net