RE: 4gl text reports
"Kim Jones" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
We set up raw printers and include pcl codes in the report output, "ESC&k3G" to map <cr> to <cr><nl> has been most important. _____ From: [email protected] [mailto:[email protected]] On Behalf Of June NEBAB Sent: Tuesday, June 21, 2005 10:34 AM To: [email protected] Subject: [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.