Consultor Eletrônico



Kbase P102273: Session crashes when resizing browse with no columns
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/19/2008
Status: Verified

SYMPTOM(s):

Session crashes when resizing browse with no columns

Browse has no columns

Changing browse:HEIGHT-CHARS attribute

Progress session crashes (GPF)

Stack trace reads:

wwRecalcBrowseRowNum+73
wwSetBrowseAttr+7B2
umFldClassSetAttr+101E
umSuperSetAttr+156E
ioSetAttribute+A7

FACT(s) (Environment):

Progress 9.1E01 Service Pack
Windows 2000
Windows XP

CAUSE:

Bug# OE00114435

FIX:

Upgrade to Progress 9.1E02 or later.
Upgrade to OpenEdge 10.0B02 or later.

Workaround:

Ensure the browse always has at least one column in it before resizing it, for example:

BROWSE:ADD-CALC-COLUMN("integer","9","0","").
BROWSE:HEIGHT-CHARS = x.
DELETE OBJECT BROWSE:GET-BROWSE-COLUMN(BROWSE:NUM-COLUMNS).