Kbase P153504: How to minimize or maximize an ABL .net form
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/10/2009 |
|
Status: Verified
GOAL:
How to minimize or maximize an ABL .net form
GOAL:
How to manipulate window state from from a .NET form
GOAL:
How to maximize an ABL .net form
GOAL:
How to minimize an ABL .net form
FACT(s) (Environment):
OpenEdge 10.2x
Windows
FIX:
As the Form class used on a .NET visual form is directly inherited from System.Windows.Forms.Form class, all the properties that control this form comes from its ancestor.
For this specific need use this-object:windowState = FormWindowState:<state>, where <state> in this can be one of the following values: normal,minimized, maximized