Consultor Eletrônico



Kbase P108852: How to display the dimensions of an application window?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/04/2006
Status: Unverified

GOAL:

How to display the dimensions of an application window?

GOAL:

How to display a widget property

GOAL:

Example of how to display an application window properties

FIX:

Example displaying the height and with of a window where
- the Window is C-Win,
- the height is HEIGHT-CHARS and
- the with is WITH-CHARS
1. Open a new window in AppBuilder
2. Add a button to the window
3. Code in Trigger section:
DO:
MESSAGE C-Win:WIDTH-CHARS SKIP
C-Win:HEIGHT-CHARS.
END.