This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C259D5.D8E493C0
Content-Type: text/plain
Thanks to Guy Werry who got me started on the right track. With his answer
I was able to manipulate the text file for my needs. The key was to do a
print at on the page heading.
define job_ticket char*132 = &
"^job EMVIS_PO -zd:\adobe\" + truncate(p_ono) + ".pdf " + truncate(p_ono)
+ ".pdf -emto=someone@somewhere.com"
sort on p_ono, lineno_alt, releaseno
page heading &
tab 001 job_ticket print at p_ono &
skip &
tab 001 "Page: " syspage &
tab 030 "Date: " sysdate
report &
tab 001 p_ono lineno_alt releaseno supplier
footing at p_ono &
skip page
------_=_NextPart_001_01C259D5.D8E493C0
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
Quiz text file manipulation...
Thanks to Guy Werry who got me started =
on the right track. With his answer I was able to manipulate the =
text file for my needs. The key was to do a print at on the page =
heading.
define job_ticket char*132 =3D =
&
"^job EMVIS_PO =
-zd:\adobe\" + truncate(p_ono) + ".pdf " + =
truncate(p_ono) + ".pdf -emto=3Dsomeone@somewhere.com"
sort on p_ono, lineno_alt, =
releaseno
page heading &
tab 001 job_ticket print at =
p_ono &
skip =
&
tab 001 "Page: " =
syspage &
tab 030 "Date: " =
sysdate
report &
tab 001 p_ono lineno_alt =
releaseno supplier
footing at p_ono &
skip page
------_=_NextPart_001_01C259D5.D8E493C0--