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


  • Subject: Re: Creating and Overlay object
  • From: "Denis Robitaille" <DRobitaille@xxxxxxxxxxxx>
  • Date: Mon, 12 Apr 1999 16:19:52 -0400

Here are the steps:
1: configure an AFP printer on your PC (the drivers comes with client access)
2: configure this printer so that the output goes to a file
3: generate and print your logo with your favorite PC program
4: using windows explorer, tansfer the file on the AS/400 (in the ifs)
5: create a temporary file on the AS/400
    CRTPF      FILE(MYLIB/MYFILE) RCDLEN(8201) MAXMBRS(*NOMAX) LVLCHK(*NO)      
 
6: add a member to the just created file
    ADDPFM     FILE(MYLIB/MYFLE) MBR(&OVL)   
7: Convert the PC data to a PF
    CPYFRMPCD  FROMFLR(MYFOLDER) TOFILE(MYLIB/MYFILE) +   
              FROMDOC(&PCDOC) TOMBR(&OVL) +              
              MBROPT(*REPLACE) TRNTBL(*NONE)             
8: Create the overlay
    CRTOVL     OVL(&LIB/&OVL) FILE(MYLIB/MYFILE)

Those steps are in used at my location. There may be better ways but this one 
works.
    
>>> "Witcher, Bill" <Bill.Witcher@garmin.com> 04/12 3:31 pm >>>
Help.

I am trying to create and Overlay file (object type OVL) for printing a logo
to an HP5SI printer.  I have set up CA and I believe an AFP printer.  I have
printed my logo to the AFP printer and held the spool file.  From the
operations navigator I have created an overlay file.  Now (if what I have
done so far is right??) how to I get this to the AS/400 and create my
overlay?  CPYFRMPCD will not copy up the file it says it can not find it.
But I have FTP'ed  it up and when I use it to create the overlay file I get
a level check message.  I can not find a procedure that tells me the steps
to create this overlay file with out the use of the APF Utility.  Can it be
done?  Can some one tell me where I am going wrong?  Thanks in advance for
your help.


Bill Witcher    
bill.witcher@garmin.com <mailto:bill.witcher@garmin.com> 


Denis Robitaille
Cascades Inc
819 363 5187
fax 819 363 5177
DRobitaille@cascades.com

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-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 thread ...


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.