Consultor Eletrônico



Kbase 15876: How to change fill-in label font
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
How to change fill-in label font

The side-label of a fill-in widget is a literal widget itself.
To change the font of the label of a fill-in you need to
manipulate this literal widget. You can find this widget
by reading the SIDE-LABEL-HANDLE attribute.


For example:

DEF VAR h_handle AS WIDGET-HANDLE NO-UNDO.
h_handle = fill-in-1:SIDE-LABEL-HANDLE.
h_handle:font = 2. /* put whatever font-number here */

Progress Software Technical Support Note # 15876