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



I think you need like this one:

Printer file:
                R HEADER                       SKIPB(2)
                                                        1'HEADER REPORT'
                                                          etc....
                                                          SPACEA(2)
                R DETAIL
                    ............                            .....
                                etc...
                R FOOTER                    SPACEB(2)
                                                     73'PAGE'
                  PAGE           4  0         77EDTCDE(Z)

You should compile this with enough space after the last detail line
(default overflow line is 60).  The example above is a footer in a variable
line (for last page or level break).  If you want it in fix line (let's say
in line 62), you should define the FOOTER this way:
                R FOOTER
                                                62   73'PAGE'
                  PAGE           4  0    62   77EDTCDE(Z)

Then in your RPG program:
   file specs:
     fprintfile  o    e             printer oflind(*in10)

and in calc specs:
                        .........  etc....
                            if        *in10
overflow ind Ðon
                            write   footer
write the footer
                            write   header
write the header
                            eval     *in10 Ð*off
                            endif
                            write    detail......  etc....

Hope this will help....



----- Original Message -----
From: "Reis,Pedro (rp)" <reisped@hilti.com>
To: <RPG400-L@midrange.com>
Sent: Wednesday, September 26, 2001 7:01 AM
Subject: last record to be wrote


Hello,
I have a printer file with a list of elements , with a header, but i need a
bottom line to, so
can anyone tell me if there a way of printing a bottom line on a printer
file, without using a variable counter , ..is there any keyword that define
the last record to be write, like the overflow keyword?

Thanks

Pedro Salé Reis
MIS Assistent
Deptº Informática
Hilti (PORTUGAL)
Tel. +351 22 956 8145
Fax. +351 22 956 81 90
E-mail reisped@hilti.com


_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l
or email: RPG400-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.