Focal Point
Printing via Browser

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1931048331

March 24, 2005, 03:36 PM
CHERI
Printing via Browser
A printing questions for anyone --
I know you can set the number of lines per page using
SET LINES = 38
and this look fine when you are viewing via the browser. But when printing to the printer it does not page feed when the next page is encountered. So on the first sheet of paper data from page 1 and page 2 of the webfocus report is shown. Does anyone know if there is a way to print from the browser where page 1 is on sheet 1 and page 2 is on sheet two.
March 24, 2005, 04:20 PM
reFOCUSing
Is your report output HTML?
March 24, 2005, 04:27 PM
CHERI
yes it is.
March 24, 2005, 08:52 PM
reFOCUSing
To my knowledge there is no way to do this. If you want to print from the web you should have the report produce a PDF file.
March 24, 2005, 10:02 PM
susannah
Cheri, if you want to control printing from your browser, you'll need to break your output into several tables
and then include a pagebreak
so..

in your tag define your pagebreak

...and then after a table ends, insert it.


.. your next table begins

This message has been edited. Last edited by: <Mabel>,