Consultor Eletrônico



Kbase 21081: How to assign Drop-Down Combo-Box Screen-Values
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/09/2006
Status: Unverified

GOAL:

How to assign Drop-Down Combo-Box Screen-Values

FIX:

If the Combo-box:Screen-value shows wrong data with the Modified Attribute set to true, add the New Value to the list-items. Then assign New Value to the Screen-Value.

Example:

Combo-Box:ADD-FIRST("New Value").
Assign Combo-Box:Screen-Value = "New Value".