Consultor Eletrônico



Kbase P14830: RETURN NO-APPLY in ON ENTRY trigger causing browser to hang
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/18/2003
Status: Unverified

FACT(s) (Environment):

Progress 8.3x

SYMPTOM(s):

RETURN NO-APPLY causing browser to hang

CAUSE:

Having a browser that is the first object in a viewer (which is on folder-tab
2 on a dialog), and the first browse-column not enabled. In the main-block
is defined an on-entry trigger like this:

ON-ENTRY OF first-browse-column IN BROWSE {&BROWSE-NAME}:
RETURN NO-APPLY.
END.

FIX:

Remove the RETURN NO-APPLY from the trigger.