Consultor Eletrônico



Kbase P103551: GPF when deleting a browse column
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/22/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.1D
Progress 9.1E
OpenEdge 10.0B

SYMPTOM(s):

GPF when deleting a browse column

Instruction 0x1020caff" uses memory address "0x00000000". The memory cannot be "written"

Instruction "0x00f7ee89" uses memory address "0x010a5acc". The memory cannot be "read".

Deleting the browse column using the DELETE WIDGET or DELETE OBJECT statements

Browse column was created using ADD-LIKE-COLUMN()

Browse column was moved using MOVE-COLUMN()

CAUSE:

The field is ordered either with MOVE-COLUMN() or specifying the second parameter in ADD-LIKE-COLUMN() causing the session to crash when the browse column is deleted

FIX:

Delete all of the browse columns first, and then create them using ADD-LIKE-COLUMN in the required order.