Use the SCREEN RESTORE command in forms when you want to redisplay the screen after returning from an entry/exit procedure (EEP).
Options
OFF
Set SCREEN RESTORE off to prevent the original form from displaying any changes after an entry/exit procedure executes in a form.
ON
Set SCREEN RESTORE on to redisplay the original form after an entry/exit procedure is executed in a form.
About the SCREEN RESTORE Command
The SCREEN RESTORE ON command, which is the default, redisplays the original screen. The SCREEN RESTORE OFF command does not redisplay the original screen, allowing for screen I/O during execution of the EEP to remain when control returns to the form.
In Windows, if one EEP uses the SCREEN RESTORE OFF command, all EEPs must also use it.