Consultor Eletrônico



Kbase P8781: Sorting non-indexed field within a User Defined Function causes GPF.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/5/2010
Status: Verified

SYMPTOM(s):

Sorting non-indexed field within a User Defined Function causes GPF.

The problem does NOT happen if the Field used in the BY clause is an INDEXED field.

FACT(s) (Environment):

Progress 9.1C
Progress 9.1D
All Supported Operating Systems

CAUSE:

Bug# OE00081867

CAUSE:

The sorting controls are being initialized before the parameters to the UDF are resolved. This trips up the sorting controls, as the buffer to sort is not known at that time.

FIX:

Upgrade to OpenEdge 10.0A or later

Workaround:
Sort using a field that is part of an Index.