Kbase 34076: Wrong value returned when COMBO-BOX has duplicate items
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P4076
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Using LIST-ITEM-PAIRS
Selecting a duplicate value from a COMBO-BOX can give a correct or an incorrect result
Using the ADD-LAST method to add items to a LIST-ITEM-PAIRS COMBO-BOX
CAUSE:
Adding a duplicate item to a COMBO-BOX
FIX:
This is expected behavior. The COMBO-BOX is designed to give the user a small list of unique values from which to select. It is not logical for a COMBO-BOX to display duplicate values.
However, if duplicate items are indeed needed, simply make the labels unique.