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, will redisplay 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.
Note: The SCREEN RESTORE command is specific to R:BASE for DOS.