Kbase 18876: ADM-ADM2 Multiple Selection List Retains Previous Values
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.x
SYMPTOM(s):
ADM-ADM2. Selection-list widget on a SmartViewer that has the multiple selection capability turned on does not work properly.
When you select a new record the previously selected value in the list does not get deselected.
FIX:
To work around this problem add the following code to the local-display-fields internal procedure (for V8 ADM code) and the displayFields internal procedure (for V9 ADM2 based code):
ASSIGN YourSelectionList:LIST-ITEMS = YourSelectionList:LIST-ITEMS.
The above code should be placed before the standard behavior is invoked.