Kbase P28560: How to dynamically change the title of a Dialog object?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/1/2003 |
|
Status: Unverified
GOAL:
How to dynamically change the title of a Dialog object?
FACT(s) (Environment):
Progress 8.x
FACT(s) (Environment):
Progress 9.x
FIX:
ON ENTRY OF FRAME gDialog /* name of the dialog */
DO:
ASSIGN FRAME {&FRAME-NAME}:TITLE = "Title changed dynamically...".
END.