Consultor Eletrônico



Kbase P4924: How to set the text of the Status-Area of a Window ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/03/2003
Status: Unverified

GOAL:

How to set the text in the Status-Area of the Window ?

FACT(s) (Environment):

Progress 8.3x

FACT(s) (Environment):

Progress 9.1x

FIX:

In order to be able to change the default text in the Status-Area of the Window you must use the following instruction :

STATUS DEFAULT "Character expression" IN WINDOW <window>

If you want to change the default input status message you must use :

STATUS INPUT "Character expression" IN WINDOW <window>

If no <window> parameter is provided CURRENT-WINDOW is taken as the default value.