× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Dave,

The fact that you say it's auto rotating implies you are using a laser
printer.

Are you sending PCL codes to the printer?  I've seen programs that were
doing this, which totally overrides any ovrprtf you may be doing.  The PCL
codes can specify page size, lpi, cpi, font, vertical and horizontal print
position, etc.

Glenn Gundermann
ggundermann@xxxxxx
(647) 272-3295

We never enter/print manual checks in our payroll software but a couple of
weeks ago we had a need however the spool file did the auto-rotate thing
and wouldn't line up correctly.  I was busy with another issue and time
was
an issue so they had to resort to typing the checks.  (ughhh!)  Today I'm
trying to make it work like we want it to.  There is no printer file
involved.  The CL program does an OVRPRTF then calls the RPG program that
does the printing with O-specs.

I have added a PAGRTT(0) and the orientation is correct but despite the
fact that CPI and LPI are specified it ignores the CPI(15) and prints at
10
CPI.  Any ideas why?

Original:
OVRPRTF    FILE(PAYCHECK) PAGESIZE(64 132) LPI(8) +
             CPI(15) RPLUNPRT(*YES ' ') ALIGN(*YES) +
             FORMTYPE(PAYCHECK) HOLD(*YES) SAVE(*YES)

Modified:
OVRPRTF    FILE(PAYCHECK) PAGESIZE(64 132) LPI(8) +
             CPI(15) RPLUNPRT(*YES ' ') ALIGN(*YES) +
             PAGRTT(0) FORMTYPE(PAYCHECK) HOLD(*YES) +
             SAVE(*YES)


Dave Parnin
--
Nishikawa Standard Company
Topeka, IN  46571
daparnin@xxxxxxxxxxxxxx

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.