No problem Booth, I was not trying to be rude to ya dude :)
My apologies if my comment came off wrong :)
From: Booth Martin <booth@xxxxxxxxxxxx>
To: RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
Date: 12/29/2008 08:36 PM
Subject: Re: Displaying footer record in a windowed subfile
----------------------------------------------------------------------
Sorry, Doug.
Something like this should work. I may have made some typos but this is
taken from a working program. The secret is in defining the window
/with/ your footer. Then use the window format name on the subfile
control record.
A*****************************************************************
A R W1
A WINDOW(09 03 10 72 +
A *NOMSGLIN *NORSTCSR)
A 10 2'Enter=Continue F3=Exit'
A COLOR(BLU)
A*****************************************************************
A R SFL1 SFL
A SF1LINE 70A O 2 2
A*****************************************************************
A R WS1 SFLCTL(SFL1)
A SFLSIZ(&SF1RECS)
A SFLPAG(7)
A WINDOW(W1)
A OVERLAY
A SFLCSRRRN(&PM_RRN)
A N50 SFLDSP SFLDSPCTL SFLEND
A 50 SFLDLT
A PM_RRN 5S 0H
A SF1NUM 4S 0H
A SF1RECS 5S 0P
A W1HEAD 45A O 1 2 DSPATR(HI)
Doug Palme wrote:
> It may be a pain to do, but I really need to figure this one out.
and I
> have to do it....its part of the specs.......
>
--
---------------------------------
Booth Martin
http://www.Martinvt.com
---------------------------------
--
This is the RPG programming on the IBM i / System i (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 transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law. If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or use of the information contained herein (including any
reliance thereon) is STRICTLY PROHIBITED. If you received this
transmission in error, please immediately contact the sender and destroy
the material in its entirety, whether in electronic or hard copy format.
Thank you.
As an Amazon Associate we earn from qualifying purchases.