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



the word "compatible" is relative....
i have had none of the problems you described in this posting
on HP 4xxxn printers.
jim


----- Original Message ----- 
From: "Tom Elam" <TElam@xxxxxxxxxxxxxxxx>
To: "RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>
Sent: Tuesday, July 12, 2005 1:51 PM
Subject: RE: 3UP LAbels Revisited


> Wow !!!
>
> I have been printing to a new Dell 5200 and just sent it to an HP 4250
> and it came out ok. I'm looking at the setup in the dell. It should have
> been the same when it was installed
>
> -----Original Message-----
> From: rpg400-l-bounces@xxxxxxxxxxxx
> [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Holden Tommy
> Sent: Tuesday, July 12, 2005 13:12
> To: RPG programming on the AS400 / iSeries
> Subject: RE: 3UP LAbels Revisited
>
> it could be due to font type & size provided by the printer you are
> using.  My guess is that you should be specifying lines per inch &
> characters per inch on your OVRPRTF.
>
> Experiment with those & you should be able to find a winning solution to
> this.  Here's an example:
>
> OVRPRTF QSYSPRT LPI(6) CPI(10) SHARE(*YES)
>
> for valid vallues you can prompt the OVRPRTF command...
>
> HTH
>
> Thanks,
> Tommy Holden
>
>
> -----Original Message-----
> From: rpg400-l-bounces@xxxxxxxxxxxx
> [mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Tom Elam
> Sent: Tuesday, July 12, 2005 12:02 PM
> To: RPG programming on the AS400 / iSeries
> Subject: RE: 3UP LAbels Revisited
>
>
> Didn't work.  Actually, printed 2 more lines and the 3rd line was on the
> next sheet
>
> -----Original Message-----
> From: rpg400-l-bounces@xxxxxxxxxxxx
> [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Booth Martin
> Sent: Tuesday, July 12, 2005 12:51
> To: RPG programming on the AS400 / iSeries
> Subject: RE: 3UP LAbels Revisited
>
> that is true.  That is what the overflow is all about.  Of course, it is
> sheet at a time, so the bottom doesn't matter.
>
>
>
> Just for fun, try increasing that number 1 at a time (61, 62, 63,
> etc.)and see if each trial the creep becomes lesser?
>
>
>
> ---------------------------------
>
> Booth Martin
>
> http://www.martinvt.com
>
> ---------------------------------
>
> -------Original Message-------
>
>
>
> From: RPG programming on the AS400 / iSeries
>
> Date: 07/12/05 11:39:31
>
> To: RPG programming on the AS400 / iSeries
>
> Subject: RE: 3UP LAbels Revisited
>
>
>
> The actual size is 66 but there is a space of approximately 1/2 inch at
>
> the bottom for Avery information, where I can't print.
>
>
>
> -----Original Message-----
>
> From: rpg400-l-bounces@xxxxxxxxxxxx
>
> [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Booth Martin
>
> Sent: Tuesday, July 12, 2005 12:34
>
> To: RPG programming on the AS400 / iSeries
>
> Subject: RE: 3UP LAbels Revisited
>
>
>
> Why are you showing a page size of 60?  Isn't the page 66?  Also, the
>
> 180 degree rotation can be (0).
>
>
>
>
>
>
>
> I went back to look at my old code but it was too far back; its
>
> disappeared.
>
>
>
>
>
>
>
>
>
> Someone mentioned the *AFPDS/*IPDS setting for printer device type.
>
> That jingled some bells.  Something makes me think the answer lies
>
> there?  Worth trying both ways, see what happens.
>
>
>
>
>
>
>
> ---------------------------------
>
>
>
> Booth Martin
>
>
>
> http://www.martinvt.com
>
>
>
> ---------------------------------
>
>
>
> -------Original Message-------
>
>
>
>
>
>
>
> From: RPG programming on the AS400 / iSeries
>
>
>
> Date: 07/12/05 10:15:15
>
>
>
> To: RPG programming on the AS400 / iSeries
>
>
>
> Subject: RE: 3UP LAbels Revisited
>
>
>
>
>
>
>
> Latest update,
>
>
>
>
>
>
>
> Have modified the code to print 10 rows of 3 column labels, all at 1
>
>
>
> time. The spacing of 3 before and 1 after, for the first line and 1
>
>
>
> after for the next 2 lines (3 lines total for each label) appears to
>
>
>
> line up, if you do the match according to the actual label form (Avery
>
>
>
> 5260)
>
>
>
>
>
>
>
> When it actually prints though, all is well until about the 5th row
>
>
>
> (labels 13,14 and 15) then you can really start to notice the "CREEP".
>
>
>
> By the time Im at label 27, 28 and 29, the first line is printing
>
>
>
> bewteen the label group above and the last 3 labels.
>
>
>
>
>
>
>
> Im using the IBM default of Qsysprt for the print file and using the
>
>
>
> following over ride in a cl
>
>
>
> OVRPRTF    FILE(*PRTF) PAGESIZE(60) FORMFEED(*AUTOCUT) +
>
>
>
>              PAGRTT(180) OUTQ(MISP01) SAVE(*YES)
>
>
>
>
>
>
>
> Thanks to everyone for all your help
>
>
>
> STUMPED !!!!!!
>
>
>
>
>
>
>
>
>
>
>
> --
>
>
>
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
>
> list
>
>
>
> To post a message email: RPG400-L@xxxxxxxxxxxx
>
>
>
> To subscribe, unsubscribe, or change list options,
>
>
>
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
>
>
>
> or email: RPG400-L-request@xxxxxxxxxxxx
>
>
>
> Before posting, please take a moment to review the archives
>
>
>
> at http://archive.midrange.com/rpg400-l.
>
>
>
>
>
>
>
>
>
>
>
> ..
>
> --
>
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
>
> list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
>
> unsubscribe, or change list options,
>
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
>
> or email: RPG400-L-request@xxxxxxxxxxxx
>
> Before posting, please take a moment to review the archives at
>
> http://archive.midrange.com/rpg400-l.
>
>
>
>
>
> --
>
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list
>
> To post a message email: RPG400-L@xxxxxxxxxxxx
>
> To subscribe, unsubscribe, or change list options,
>
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
>
> or email: RPG400-L-request@xxxxxxxxxxxx
>
> Before posting, please take a moment to review the archives
>
> at http://archive.midrange.com/rpg400-l.
>
>
>
>
>
> .
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
> unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives at
> http://archive.midrange.com/rpg400-l.
>
>
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
> unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives at
> http://archive.midrange.com/rpg400-l.
>
>
> -- 
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
>
>
> -- 
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-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.