RE: 4gl text reports
"H.J. Sanders" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
MessageHi. We only setting we found to work reliable with cups and hp laserjet is: page length 64. Do NOT use the #TOP OF FORM=# because this will trhow 2 pages. An if condition in the page trailer can also cause problems with the page alignment. Henk Sanders -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]]Namens June NEBAB Verzonden: dinsdag 21 juni 2005 18:34 Aan: [email protected] Onderwerp: [fourjs-users] 4gl text reports We are having pagination issues with all of our 4GL reports. The reports are all in text format. The global output format of all our report is: top margin 2 bottom margin 2 page length 66 left margin 0 The headings on our reports drops down a few lines after every page. I use the CUPS recommended printer driver "postscript" for our HP Laserjet printers. I tried setting different lpi's (6, 7, 8 etc) but it didn't work. The margins are currently set at (cpi) top 54 bott 57 left 24 right 24. We were previously on SCO and we used the HP PCL5 "model script" it came with (/usr/spool/lp/model/HPLaserJet). Info: cups-1.1.17-13.3.27 cups-libs-1.1.17-13.3.27 Has anyone had this problem? Any suggestions is appreciated.