refreshScreen in callLink element
The refreshScreen property of the callLink element of the linkage options part indicates whether an automatic screen refresh occurs when the called program returns control. Valid values are YES (the default) and NO.
Set refreshScreen to no if
the caller is in a run unit that presents text forms to a screen and
either of these situations applies:
- The called program does not present a text form; or
- The caller writes a full-screen text form after the call.
The property refreshScreen applies only
in these cases:
- The type property is localCall; or
- The type property is remoteCall when the remoteComType property is direct or distinct.
The property is ignored if you include the noRefresh indicator on the call statement. You can find more information in the topic "call" in the EGL Language Reference.