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