Kbase P40758: LOOKUP(LIST-QUERY-ATTRS(focus),'parent') > 0 causes GPF
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/4/2004 |
|
Status: Unverified
SYMPTOM(s):
LOOKUP(LIST-QUERY-ATTRS(focus),'parent') > 0 causes GPF
CAUSE:
The exact cause is unknown at the time of this writing.
It is suspected that the list returned by LIST-QUERY-ATTRS() is too long.
FIX:
Use the CAN-QUERY() function instead of the LOOKUP(LIST-QUERY-ATTRS(),'') construction.