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



Make change to the word doc
Print it to the AFP300 printer (make sure it is output as overlay)
Make sure the overlay ends with .prn
Move the file to the IFS QDLS/Overlay (if OVERLAY is not there, create it)
CRTPF FILE(WORKOVL) RCDLEN(32766) MAXMBRS(*NOMAX)
Note:  don't forget maxmbrs, a member is created for every overlay.
Run CRTOVL in OVLLIB.:
 PGM        PARM(&OVLNAME)                                  
                                                            
 DCL        VAR(&OVLNAME) TYPE(*CHAR) LEN(10)               
 DCL        VAR(&OVLPRN) TYPE(*CHAR) LEN(14)                
                                                            
                                                            
 CHGVAR     VAR(&OVLPRN) VALUE(&OVLNAME *TCAT '.PRN')       
                                                            
                                                            
 CPYFRMPCD  FROMFLR(OVERLAY) TOFILE(WORKovl) +       
              FROMDOC(&OVLPRN) TOMBR(&OVLNAME) +            
              TRNTBL(*NONE) TRNFMT(*NOTEXT)                 
                                                            
 CRTOVL     OVL(&OVLNAME) FILE(WORKovl)    
                                                            
 ENDPGM  

HTH,

Craig                                                   


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Willie J. Moore
Sent: Monday, January 08, 2007 4:17 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: convert jpg to AS400 overlay (ovl)

How do you get it the the as400?
Thanks,
Willie..

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of
Michael_Schutte@xxxxxxxxxxxx
Sent: Monday, January 08, 2007 11:26 AM
To: RPG programming on the AS400 / iSeries
Subject: Re: convert jpg to AS400 overlay (ovl)


I could be wrong, but if I'm remembering correctly, I just opened the image
in Paint or Photoshop, printed the image to file as an overlay.


Michael Schutte
Bob Evans Farms, Inc.

We've built a better hotcake -- Stacked and Stuffed Hotcakes -- coming
January 11th!


rpg400-l-bounces@xxxxxxxxxxxx wrote on 01/08/2007 02:24:09 PM:

Insert the jpg image into a word doc.  Then turn the word doc into an
overlay.

hth,

Frank





             "Willie J. Moore"

             <WJMoore@finewire

             .com>
To
             Sent by:                  <rpg400-l@xxxxxxxxxxxx>

             rpg400-l-bounces@
cc
             midrange.com


Subject
                                       convert jpg to AS400 overlay (ovl)

             01/08/2007 01:00

             PM





             Please respond to

              RPG programming

              on the AS400 /

                  iSeries

             <rpg400-l@midrang

                  e.com>









I know this is not a true RPG question, but hope someone can help me.
I have a .jpg file I need to convert to an *ovl, to be in used in an DDS
program on our AS400.
The .jpg file is on our shared drive.
I would appreciate it if anyone could help me with this.
Willie..



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