FORCE_POPUP_REFRESH Function

RAMP-NL

FORCE_POPUP_REFRESH Function


We strongly recommend you do not to use this function because the default behavior of pop-up windows is correct in most situations. If you think you need to use this function please contact your support representative.

RAMP contains force-to-front logic. This logic is invoked automatically whenever a 5250 pop-up is encountered as an undefined screen or when a function key or button is used from a destination form.

This logic can be turned off using FORCE_POP_UP_REFRESH(False).

Syntax

FORCE_POPUP_REFRESH(boolean)

Parameters

boolean. One of the following possible values:

true

Default. RAMP will attempt to bring the hidden pop up to the foreground.

false

Do nothing.

Return Value

None

Remarks

Using FORCE_POPUP_REFRESH only impacts the enablement of the force-to-front logic, not when it is used.  

Please refer to Handling Pop-Ups for more information about this option.