Consultor Eletrônico



Kbase P122136: Client crash after changing the item list for a combo box inside a browse
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1B
Windows

SYMPTOM(s):

Client crash after changing the item list for a combo box inside a browse

Client crash without error

Field inside browse displayed as COMBO-BOX

Item list for COMBO-BOX set during definition of BROWSE

DEFINE BROWSE ... Field1 VIEW-AS COMBO-BOX LIST-ITEMS Item1, Item2

Setting the LIST-ITEMS attribute on the field

Changing LIST-ITEMS before the browse is displayed

Field1:LIST-ITEMS = 'Item1,Item2,Item3'

Does not happen if LIST-ITEMS is set to fewer items than initial definition

Does not happen if LIST-ITEMS is set after the browse is displayed

Does not happen if no LIST-ITEMS was provided during browse definition

CAUSE:

This is a known issue being investigated by Development

FIX:

There are two possible workarounds available:
- do not provide an initial definition in the DEFINE BROWSE statement.
- change the LIST-ITEMS attribute after the browse has been displayed.