|
>From: jana reddy <janareddy@netscape.net> >Reply-To: RPG400-L@midrange.com >To: RPG400-L@midrange.com >Subject: help for using OVERLAY >Date: 3 Dec 99 19:29:09 SMT > >Hi everybody, >I have a problem with OVERLAYs, I have created a OVERLAY using the Client >Access/400's printer drivers, I have uploaded sucessfully into AS/400, I >did >a OVRPRTF in a CL program, I am also printing some data in RPG, but I am >seeing only the data that is printed through DDS and NO OVERLAY DATA in the >spool, can somebody help me with what I should do to get the OVERLAY >printed? >or have I excluded some settings? Jana; Don't forget that you must create the overlay on the AS/400 as the next step after its been transfered to an AS/400 folder. Example: CRTPF FILE(QTEMP/WRKOVL) RCDLEN(32766) MBR(&OVL) + MAXMBRS(*NOMAX) SIZE(*NOMAX) LVLCHK(*NO) CPYFRMPCD FROMFLR(FRFLR) TOFILE(QTEMP/WRKOVL) + FROMDOC(FRPCD) TOMBR(OVL) + TRNTBL(*NONE) TRNFMT(*TEXT) CRTOVL OVL(OVLLIB/OVL) FILE(QTEMP/WRKOVL) + MBR(OVL) REPLACE(*YES) Then do a CHGPRTF on the the printer file and include the overlay name and location. HTH ___________________________________ Mauricio Della-Quercia Sr. Programmer/Analyst LegendWare Systems (AS/400 Consulting) Toronto - Canada MDellaQuercia@csi.com Direct: (419) 919-4455 Fax: (905) 426-5371 __________________________________ ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.