This topic is locked

PDF PLUGIN

4/21/2008 3:03:34 PM
PHPRunner General questions
R
Rei author

How do I incorporate the ease "PDF PLUGIN" on page to print a report?

In the pages of editing tables works normally.
Thanks
Rei

J
Jane 4/22/2008

Rei,
PDF View is global option. To turn on this option check off corresponding check box on the Choose pages tab.

Then open C:/Program Files/PHPRunner4.2/source/rprint.php file, find this code:

"<script language=\"JavaScript\" src=\"include/jsfunctions.js\">".

"</script>".



and replace it with this one:

"<script language=\"JavaScript\" src=\"include/jsfunctions.js\">".

"</script>".

"<script language=\"JavaScript\" src=\"include/jquery.js\">".

"</script>".


Then rebuild your project.

S
spintz 4/23/2008

The changes in rprint.php should show up in which files? I made this change and cannot see the jquery include statement in any of the output files of my project.

R
Rei author 4/23/2008

Hello Jane, I have not had success following their direction. The appeal "PDF View" appears on "Print this page" and "Print whole report" when I am seeing a table, but when I seeing a Report, does not appear. How do I enable the "PDF View" in "Print this page" and "Print whole report" on pages of Reports?
Thank you
Rei

J
Jane 4/23/2008

Rei,
please download and install latest PHPRunner update:

http://www.asprunner.com/files/phprunner-setup.zip
Then open and rebuild your project.
If it does not help publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.