Consultor Eletrônico



Kbase P84049: Disabling default-button disables all ON RETURN triggers
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/07/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0A

SYMPTOM(s):

Disabling default-button disables all ON RETURN triggers

RETURN triggers for widgets in a window/frame/dialog box do not fire if that container has a disabled default-button

CAUSE:

Bug# 20040611-014

FIX:

Upgrade to OpenEdge 10.0B or later release

Workaround:

Do not use the default-button property.
Instead, in the main block of the program, define a trigger like the following:

ON 'RETURN':U OF FRAME <frame-name> ANYWHERE APPLY 'CHOOSE':U TO <default-button>.