Consultor Eletrônico



Kbase P97154: Regression in dynamic combo add behavior
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Dynamics 2.1A
OpenEdge 10.0B

SYMPTOM(s):

Regression in dynamic combo add behavior

When adding a new record using a viewer with a dynamic combo in 2.1a03 the dynamic combo initially displayed blank if no initial or default value was set for the underlying field.

In 10.0b the first record in the lookup table is selected rather than the blank.

CAUSE:

Bug# 20041104-003

FIX:

Upgrade to OpenEdge 10.1A
Upgrade to OpenEdge 10.0B02 or later
Upgrade to Dynamics 2.1B or later
Two new attributes have been added for the dyncombo object:
AltValueOnAdd: Allows you to change the initial value default of a
(parent) dynCombo on Add.
AltValueOnRebuild: Allows you to change the initial value default of a
(child) dyncombo on Add.
The attributes can be modified in the ROM tool.
The acceptable Attribute Values are:
<Clear> : this clears the combo box; this is the default
<First> : this displays the first item in the list of values
<Last> : this displays the last item in the list of values