|
thanx guys ... i guess the problem is solved.. thanks once again for ur replies..
Derek
From: "Holden Tommy" <Tommy.Holden@xxxxxxxxxxxxxxxxx> Reply-To: RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To: "RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx> Subject: RE: Problem with writing footer for a window subfile Date: Wed, 2 Aug 2006 08:31:22 -0500 I'm gonna venture a guess that you DO have the overlay specified.... Writing a footer to a window subfile is *slightly* different than write a footer to a full screen subfile. For a full screen subfile all that is required is: Write footer; Exfmt ctl; For a window subfile, the window HAS to be "active" before you can write the footer record, so to add the footer you would have to do the following: Write ctl; Write footer; Exfmt ctl; Since in the example "ctl" is the actual "window" for the subfile it must be active prior to writing the footer. The reason you don't have to do this for a full screen subfile is that the "full screen" is already "active". Thanks, Tommy Holden -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Alan Shore Sent: Wednesday, August 02, 2006 7:52 AM To: RPG programming on the AS400 / iSeries Subject: Re: Problem with writing footer for a window subfile Without seeing the code do you have OVERLAY in all the respective records in the DDS Alan Shore NBTY, Inc (631) 244-2000 ext. 5019 AShore@xxxxxxxx "derek gonsalves" <d_gons@xxxxxxxxx om> To Sent by: RPG400-L@xxxxxxxxxxxx rpg400-l-bounces@ cc midrange.com Subject Problem with writing footer for a 08/02/2006 05:58 window subfile AM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@midrang e.com> Hiii Can anyone help/guide me in writing a footer for a window subfile. Currently i have a seperate window record format for the footer. But the footer is not being displayed even though i have coded 'WRITE FOOTER' before EXFMT WINDOW'. Your reply will really be appreciated Thank Derek -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx 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 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.