× 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.



I'm going to assume that what is happening is this... When a print file has
a defined page width of over 80 characters, the system is rotating the page
to landscape and setting font size to something close to 17CPI. On a report
that is 132 chars wide, this will fill about 2/3 of the page. IF that is not
what is happening read no further....

A fix you can do if you are on a pretty recent OS ( heck maybe any V5 or
higher ) is to create a Workstation Customzation object ( WSCST ) and make a
minor edit.

Do a RTVWSCST DEVTYPE(*TRANSFORM) MFRTYPMDL(*HP4000) SRCMBR(HP4000)
SRCFILE(QGPL/QTXTSRC)

Now open the file created in you r favorite editor and delete these lines (
you line# may differ ) and save the file.
0001.07 :CPICOR
0001.08 CPI=10
0001.09 ASCIIFNT= 255
0001.10 FNTWTH= 84
0001.11 FNTATR= 1
0001.12 DATA =''X.
0001.13 :CPICOR
0001.14 CPI=12
0001.15 ASCIIFNT= 255
0001.16 FNTWTH= 84
0001.17 FNTATR= 1
0001.18 DATA =''X.
Now use the cmd CRTWSCST WSCST(QGPL/HP4000) SRCFILE(QGPL/QTXTSRC)
Now create a device desc like this using your correct IP address and name

CRTDEVPRT DEVD(TEST) DEVCLS(*LAN) TYPE(3812) MODEL(1) LANATTACH(*IP)
PORT(9100) FONT(11) PRTERRMSG(*INFO) TRANSFORM(*YES)
MFRTYPMDL(*HP4000) RMTLOCNAME('10.10.10.10')
SYSDRVPGM(*HPPJLDRV) WSCST(QGPL/HP4000)

Vary it on, start the writer and test again. This WSCST without the CPICOR
statements will use
13.2CPI and thus cause the page to be filled.












On Thu, Jul 1, 2010 at 11:31 AM, Jon S <rvrratjon@xxxxxxxxxxx> wrote:


I have a customer that has an HP 4200N printer that we have setup to use as
a remote outq to print from the i. It works fine but is printing really
small. It is an IP attached printer. I have tried raw, text and xaix for the
RMTPRTQ and *HP4, *HP5 and *HP4000 for the MFRTYPMDL, but the font stays the
same. Does anyone have any ideas?



Thanks in advance,



Jon




_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from your
inbox.

http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.





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.