Consultor Eletrônico



Kbase P99464: No background color on the selection list when the window is opened
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/12/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x

SYMPTOM(s):

No background color on the selection list when the window is opened

A SELECTION-LIST widget does not show the background color even when gets the focus

CAUSE:

The SCREEN-VALUE on the widget is unknown

FIX:

Initialize the SELECTION-LIST screen value with:
ASSIGN select-1:SCREEN-VALUE = ENTRY( 1, select-1:LITS-ITEMS ).
where select-1 is the widget name.