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


  • Subject: Re: Footer on a subfile display
  • From: Buck Calabro/commsoft<mcalabro@xxxxxxxxxxxx>
  • Date: Mon, 21 Dec 1998 16:21:49 -0500


>I am having trouble understanding how to display a footer 
>on a subfile display. 

The basic concept is that you create 2 record formats:
the subfile/control and the footer.  Create the control
with the OVERLAY keyword.  WRITE the footer, then EXFMT
the control record.  As long as the combined subfile/
control record doesn't use the same display lines as
the footer, the OVERLAY will leave the footer displayed
when the EXFMT happens with the control record.
 
>Would someone please post a simple example of the code 
>that makes a footer appear and stay on the bottom 
>of the screen, while the panel above pages up and down?

I may not be smart enough to make it simple, but here goes:

DDS:
A          R SFLMDL                    SFL 
A            WOPT           1A  B 11  2TEXT('Input option') 
..
A          R CTLMDL                    SFLCTL(SFLMDL) 
A                                      SFLDSP 
A                                      SFLDSPCTL 
A                                      SFLSIZ(0020) 
A                                      SFLPAG(0010) 
A                                      OVERLAY 
A            RCDMDL         4S 0H      SFLRCDNBR(CURSOR) 
A                                  1  2SYSNAME 
A            CONAME        24   O  1 26
A                                  1 62DATE 
A                                      EDTCDE(Y) 
..
A          R CFKEYS 
A                                      LOCK 
A            CMDLIN        78   O 24  2

The control record occupies line 1.
The subfile records occupy lines 11-20 based on the starting
line in the DDS and the SFLPAG(10)
The footer occupies line 24.
Because the footer does not overlap any of the lines in the
combined subfile and associated control record, it remains
on the display after the EXFMT.

RPG:
FMDLDSPFMCF  E                    WORKSTN 
F                                        RRNMDLKSFILE SFLMDL
..
C                     Z-ADD0         RRNMDL  40 
..
C* Activate base command key description 
C                     MOVEACMD,BASE  CMDLIN
C                     WRITECFKEYS
C                     EXFMTCTLMDL 

Buck Calabro
CommSoft, Albany, NY
mailto:mcalabro@commsoft.net

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.