Hi-
This does what i want more or less but the initial data-entry-screen
is overwritten by text at the top half of the screen.
is there a way when the records get displayed show-record that
the records get shown in the bottom half of the screen instead?
thanks,
J. McNamara
PROCEDUREDIVISION.MAIN-MENU.DISPLAYX'1B5B3031'*InitialSetupforEnvironmentSETENVIRONMENT"COB_SCREEN_ESC"TO"Y"SETENVIRONMENT"COB_SCREEN_EXCEPTIONS"TO"Y"*screen-status=COB-SCR-f1*IftheF1keyispressed(helprequested)EVALUATEMENU-OPTIONWHEN1PERFORMSHOW-RECORDSWHEN2ACCEPTData-Entry-ScreenDISPLAY' 'DISPLAY' 'DISPLAY' 'PERFORMSHOW-RECORDSWHEN3STOPRUNWHENOTHERDISPLAY"Invalid key. Please press F1 or F2."END-EVALUATESTOPRUN.
Sent with Proton Mail secure email.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Seems something important is missing (possibly a screenshot of a "broken" screen annd the DISPLAYs creating that), but what should work fine is to do something like DISPLAY SPACE AT 0101 EOS at the beginning (forcing all following screenio to be in "extended" mode) and at the start of SHOW-RECORDS do a repositioning by something like DISPLAY SPACE AT 2001 EOL,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi-
This does what i want more or less but the initial data-entry-screen
is overwritten by text at the top half of the screen.
is there a way when the records get displayed show-record that
the records get shown in the bottom half of the screen instead?
thanks,
J. McNamara
Sent with Proton Mail secure email.
hi Simon-
I kind of got it ...
here is a screen shot...
[image.png]
Sent with Proton Mail secure email.
thanks for your cool help,
jim
Seems something important is missing (possibly a screenshot of a "broken" screen annd the
DISPLAY
s creating that), but what should work fine is to do something likeDISPLAY SPACE AT 0101 EOS
at the beginning (forcing all following screenio to be in "extended" mode) and at the start ofSHOW-RECORDS
do a repositioning by something likeDISPLAY SPACE AT 2001 EOL
,