This topic is locked

Advanced printing with page break and fine alignment

4/16/2008 10:12:21 AM
PHPRunner General questions
B
bozzo author

Ok, phpr is hell great, I surely can program in PHP, and was able to all this by myself (not a php wizard, but I can handle lots of stuff)...I'm a old school programmer, and never saw a hell good "programming aid" software...Is just awesome!

What I finished in a week using phpr I wouldn't do in months "by hand"...I'm even worried with my "learning curve" in php, now that I don't need to do nothing in code directly...
So I'm migrating (trying) some VB systems here using only phpr, but that's a catch, VB I had the best report printing ever (CR)...I need some reports, even to print envelopes, tags, and do some math functions to print....
I was wondering if phpr can work with page breakes and a fine alignment of the record, so I can "FULLY" migrate the software using the wonderful phpr!

Even if we could use the export to pdf to work around this prob I would be very very very happy!

J
Jane 4/17/2008

Yuri,
to add page break edit list or report page in the HTML mode on the Visual Editor.

Add this code where you want to add page break:

<P style="PAGE-BREAK-AFTER: always"></P>


Also I recommend you to have a look at the PHPRunner reports and PDF View option on the Choose pages tab.

B
bozzo author 4/23/2008

Yuri,

to add page break edit list or report page in the HTML mode on the Visual Editor.

Add this code where you want to add page break:
Also I recommend you to have a look at the PHPRunner reports and PDF View option on the Choose pages tab.


Yeah, I've been trying to use this feature...but when I click on the link made to view the PDF it returns me UNDEFINE on FF and nothing on IE.....Will try to work harder on this....Do you have any idea about it?

J
Jane 4/24/2008

Yuri,
please make sure you've downloaded latest update of html2ps plugin:

http://www.asprunner.com/files/plugins/html2ps.zip

B
bozzo author 4/24/2008

Yuri,

please make sure you've downloaded latest update of html2ps plugin:

http://www.asprunner.com/files/plugins/html2ps.zip


Jane,

I downloaded, extracted on the right folder....Maybe I got this wrong, do I need to copy it to the web-server too? or the system do it by itself?

R
Rei 4/24/2008

Hello Jane,

I do not understand ... you talk as if the option were available PDF VIEW when it creates a report, but has no ... We also need much put the PDF VIEW in a Printer-friendly page, but does not have that option, how can we do to put PDF VIEW in a report manually?
And in Report page, you can manually put the menu of export? It can give us a hint of air how to do it?
tks
Rei

J
Jane 4/25/2008

Rei,
please send a couple of screenshots with your settings in the PHPRunner, screenshot where html2ps is located on your computer and screenshots with generated view and report print pages and error message to support@xlinesoft.com.

B
bozzo author 4/25/2008

Rei,

please send a couple of screenshots with your settings in the PHPRunner, screenshot where html2ps is located on your computer and screenshots with generated view and report print pages and error message to support@xlinesoft.com.


Jane...I'm still having the UNDEFINED problem on the PDF VIew...

Can you still help me?

Sergey Kornilov admin 4/25/2008

Yuri,
answered to your personal email.