Consultor Eletrônico



Kbase P5876: How to make the Progress window remain on top of all windows
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/03/2009
Status: Verified

GOAL:

How to make the Progress window remain on top of all windows

FACT(s) (Environment):

Progress 9.x
Windows
OpenEdge 10.x

FIX:

Sometimes it is necessary to set the Progress window to appear as the top most window on the screen, as a response to some event. This can be achieved by setting the ALWAYS-ON-TOP attribute to TRUE of the designated window widget handle. For example, the following statement makes theCURRENT-WINDOW widget the top most window on the screen:

ASSIGN CURRENT-WINDOW:ALWAYS-ON-TOP = TRUE.