0 pts.
 Display Footers in Subfiles
Hi, I have a dual display subfile. I am able to do display the screens allright but it's the footer record i am unable to display at all. I have made sure that the second subfile record doesn't overlap my footer area (by footer, i mean the area where i want to display my Function keys). I have used overlay and inzrcd without any success. Can anyone pls help me understand what i have to correct here? Thanks in advance.

Software/Hardware used:
ASKED: November 6, 2006  10:57 AM
UPDATED: November 6, 2006  12:21 PM

Answer Wiki:
Make sure that you are writing your display record for the footer prior to the exfmt for the subfile control record.
Last Wiki Answer Submitted:  November 6, 2006  11:16 am  by  Ricksmith   0 pts.
All Answer Wiki Contributors:  Ricksmith   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I have done the following without success;

Write FTR
Write SFL1
Write SFL2
Read SFL1
Read SFL2

I tried exfmt but it waits for a key pressed to display SFL2, hence, i split it to a Write and a read. This made my screen work but the FTR does not get displayed.

Pls advise.

 0 pts.

 

Hi

Do you have the OVERLAY keyword specified on the SFL1 subfile control record? If not then it will effectively clear the screen when it sends the record format to the display.

Failing that, can you post the DDS for the display file and we can see if anything jumps out.

All the best

Jonathan

 370 pts.

 

Thanks, having put that OVERLAY keyword where it belonged, my screens display is fine.

I had the wrong impression and that means back to RTFM.

Thanks again.

 0 pts.