Kbase P120313: Using INPUT when calling ADD-FIRST Selection-List method will add empty entries in OpenEdge 10.1A
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/04/2007 |
|
Status: Verified
FACT(s) (Environment):
OpenEdge 10.1A
OpenEdge 10.1B
SYMPTOM(s):
Using Selection-List widget
Calling ADD-FIRST method and using INPUT will add empty entries:
w-right:ADD-FIRST(INPUT w-left).
Adding a "DO WITH FRAME <Frame>: ? END." block does not help
Code worked as expected in earlier versions
CHANGE:
Upgraded to OpenEdge 10.1A
CAUSE:
Bug# OE00133485
FIX:
Option #1
Upgrade to 10.1B01 or later
Option #2
Add reference to Frame-name to method. Instead of:
w-right:ADD-FIRST(INPUT w-left).
Use:
w-right:ADD-FIRST(INPUT FRAME f-select w-left).