Kbase P85057: How to set and get the title of a window?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/06/2006 |
|
Status: Unverified
GOAL:
How to get the TITLE attribute of a window?
GOAL:
How to set the TITLE attribute of a Window?
GOAL:
How to display the TITLE attribute of a window?
GOAL:
How to assign the TITLE attribute of a window?
FIX:
1. The following code gets (displays) the title of a window:
MESSAGE {&WINDOW-NAME}:TITLE
VIEW-AS ALERT-BOX INFO BUTTONS OK.
2. The following code sets (assigns) the title of a window:
ASSIGN
{&WINDOW-NAME}:TITLE = "A New Window Title".