[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Printing Issue
- Subject: Re: Printing Issue
- From: NEDOLPH@AOL.COM
- Date: Mon, 5 Jun 2000 01:45:07 EDT
Sounds to me like something in the Text (or even Bitmap image if there are
any) is outputting an Escape E (Capital E) which is resetting your laserjet
on the fly.
If the new format starts on a FRESH PAGE that is likely the culprit.
Other HPCL escape sequences might be being passed which could be resetting the
orientation and line len.
Examine the exact printed Text at the break point. before and after and
check the
source text and see if there are any funny escape sequences which occur at
that
point in the text.
Hope this helps
N Dolph
Oh and possibly if on a network shared printer particularly NT, somebody else
in the Queue is trying to print something and NT is hunting away from your
job and when it returns, you are formatted to the other guy's HPCL specs.
One sure way to defeat that, albeit brute force, is to do your own Hard reset
and property set at the top of each new page call. This way, what's yours is
yours.