Kbase P9294: How to maximize an ADM window running under 9.1C?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/02/2003 |
|
Status: Unverified
GOAL:
How to maximize an ADM window running under 9.1C?
FACT(s) (Environment):
Windows
FACT(s) (Environment):
Progress 8.x
FACT(s) (Environment):
Progress 9.x
FIX:
Placing the following 4GL statement after the
{src/adm/template/windowmn.i}
statement of the cntnrwin.w template will make the ADM version 8.x window maximize like any other window when the maximize button on the top right of window is clicked:
ASSIGN
W-Win:RESIZE = YES
W-Win:MAX-HEIGHT = SESSION:HEIGHT-PIXELS
W-Win:MAX-WIDTH = SESSION:WIDTH-PIXELS NO-ERROR.