Consultor Eletrônico



Kbase P169953: NETUI: How to set the Text property for a Windows or ABL form?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/15/2010
Status: Unverified

GOAL:

NETUI: How to set the Text property for a Windows or ABL form?

GOAL:

How to assign the ABL or Windows Form Title at runtime?

FACT(s) (Environment):

Windows
OpenEdge 10.2x

FIX:

Execute a statement similar to the following statement, any where in the form, to change its Text property (i.e. the form's Title ):

THIS-OBJECT:Text = "New Text".