Consultor Eletrônico



Kbase P23484: GPF when adding a browse column in a specified position
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/09/2005
Status: Verified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Progress GPFs when adding a browse column

Calling the ADD-LIKE-COLUMN method on a browse to add a column to it in a specified position

Attempting to open the browse query right after the ADD-LIKE-COLUMN method call

CAUSE:

Bug# 20030413-001

FIX:

1- Upgrade to Progress 9.1D07 or later

2- If upgrading to Progress 9.1D07 or higher is not possible for some reason, then call the ADD-LIKE-COLUMN method without specifying the optional integer value position of the browse column. Next, call the MOVE-COLUMN method to reposition the added column to a specific position in the browse widget. For instance:

BROWSE br:ADD-LIKE-COLUMN('_file._dump-name':U).
BROWSE br:MOVE-COLUMN(BROWSE br:NUM-COLUMNS,2).