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



The ENDPAGE DDS keyword goes to the next page after the format containing
ENDPAGE is printed. I do this for two sided forms:

DDS...
*
A R PG1OVL OVERLAY(G0907071 0.2 0.2)
*
A R DETAIL1
A ENDPAGE
A buncha fields...
*
A R PG2OVL OVERLAY(G0907072 0.2 0.2)
*
A R DETAIL2
A ENDPAGE
A buncha fields...


RPG code...
// Write first page overlay.
Write Pg1Ovl;
// Write first detail.
Write Detail1;
// Write second page overlay.
Write Pg2Ovl;
// Write second detail.
Write Detail2;

So, write your first overlay, write the stuff on it, write the second
overlay, write the stuff on it. The ENDPAGE advances the page.

On Mon, Feb 15, 2010 at 10:59 AM, Smith, Mike
<Mike_Smith@xxxxxxxxxxxxxxxx>wrote:

We have a form that is given to workers in the field. There are several
different versions of the form depending on what type of work is to be
completed.
I have been asked to add a overlay to this form(we are trying to get rid
of the preprinted forms). Overall this is working ok, but I just
discovered that a couple versions of this form actually print on 2
pages. When I test using the multiple page form, I don't get my overlay
on either page.

I don't see anything on the parms that stands out to handle this. I
guess to keep things as close to the pre printed form, I would like the
overlay to print on both pages of this form. Any idea how to accomplish
this?

Mike



NOTICE: This message, including any attachment, is intended as a
confidential and privileged communication. If you have received this message
in error, or are not the named recipient(s), please immediately notify the
sender and delete this message.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.