Skip to main content

Problem:

In graphical Dialog System how to specify what window will get focus when deleting a window.

Resolution:

The second parameter to the DELETE-WINDOW function allows to specify what window will get focus when the specified window is deleted.

For example:-

    DELETE-WINDOW WIN1 WINDOWFORFOCUS

Old KB# 1280