Consultor Eletrônico



Kbase P127337: Updatable, multiple-selection browser displays incorrect number of selected rows
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/3/2007
Status: Unverified

FACT(s) (Environment):

Progress 9.1E
OpenEdge 10.x
Windows

SYMPTOM(s):

Updatable, multiple-selection browser displays incorrect number of selected rows

Selecting multiple rows using SHIFT-mouse-click

Selecting a single row for update using CTRL-mouse-click in an updatable cell

Original set of rows remain selected after updatable cell is entered

Original set of rows should be de-selected

Correct selection is displayed after placing another window over the browse and removing it

ABL method NUM-SELECTED-ROWS returns the correct result (1)

CAUSE:

This is a known issue

FIX:

Refresh the browse widget in the ROW-ENTRY event to ensure that the correct number of rows are displayed as selected. For example:

BROWSE browse-1:REFRESH().