We have been utilizing overlays ( created using the IBM afp printer
drivers ). I have tried to print to a PC printer emulated through client
access. I have created a printer emulation session pointing to a print
device on the AS/400, I have started a writer on the AS/400 and can print
fine, but it ignores the overlay. I have tried a variety of printer types in
the client access config for the printer emulation setup.
Has anyone does this successfully? And if so, do you have any pointers?
Any assistance would be appreciated.
Thanks
Ralph
please reply to ralph.b...@taj.trump.com
have you checked the configuration on the /400?
I have never done that via CA, but via direct TCP/IP or via an NT Server w/o
any problems.
"me" <m...@hotmail.com> wrote in message news:and7dq$2in$1...@bob.news.rcn.net...
If you want fast, painless, straight forward,
economical implementation of overlays,
visit www.B2BeDocuments.com and download
SBTN3812-SCS2PDF-eFormPrinter.
Give it a try.
Pradip Shah
www.B2BeDocuments.com
215-542-8383
"me" <m...@hotmail.com> wrote in message news:<and7dq$2in$1...@bob.news.rcn.net>...
Kevin
--
Kevin Vette
AS/400 Spool/Print
IBM Rochester, Minnesota
Comments provided "as is" - no warranties provided
Only PSF/400 configured printers honor the overlay attributes for SCS spooled
files.
me wrote:
--
Rodney A Johnson
Technical Team Lead for AS/400 Spool
Dept GJC
IBM Rochester, Minnesota
The contents of this message express only the sender's opinion.
This message does not necessarily reflect the policy or views of
my employer, IBM. All responsibility for the statements
made in this Usenet posting resides solely and completely with the
sender.
Brad
"Rodney Johnson" <rjoh...@rchland.ibm.com> wrote in message
news:3D9B3520...@rchland.ibm.com...
"Brad Rosman" <bro...@psateam.com> wrote in message
news:upothjq...@corp.supernews.com...
>You need to make sure the device is configured to use Host Print
>Transform...TRANSFORM(*YES). You also need to make sure the printer attached
>to your PC is capable of receiving the PCL data stream if I recall correctly
>(don't believe HPT supports transformation of AFPDS spooled files to PPDS or
>EscP...but don't know for sure).
I'm sort of late into the discussion here, so maybe this isn't
relevant. Create your overlay on a PC by using an AFP print file
drivers provided under client access. Make sure you create an
overlay and then print it to a file.
Once you have an overlay print file created, upload to the /400. I
usually print my overlay, when I'm creating it, to an AS/400 folder I
created on the AS/400, called "AFPFORMS".
To create the overlay:
Crtpf file(qtemp/formfile) rcdlen(2019) lvlchk(*no)
cpyfrmpcd fromflr(forms) tofile(qtemp/formfile) fromdoc('overlay.prn')
trntbl(*none) trnfmt(*notext)
crtovl ovl(qgpl/ovlname) file(qtemp/formfile) mbr(formfile)
---------------------------------------------------------------------------------------------------------
Now, you can use your HP printer file to attach the overlay to, by
simply doing an ovrprtf:
ovrprtf file(prtfilnam) dev(devnam) devtype(*afpds)
frontovl(qgpl/ovlname 0.00 0.00)
(the 0.00 is how far to move the overlay to the right and the second
0.00 is how farm to move the overlay down to print on the paper)
I'm not sure if this is what you are looking for...but hope it helps
some...
ga
George Applegate
gapp...@fscoop.com
Thanks in advance for any help you may provide.
"me" <m...@hotmail.com> escribió en el mensaje
news:anijta$me7$1...@bob.news.rcn.net...