Consultor Eletrônico



Kbase P116452: CLICK event on Button OCX fails after LEAVE event on a FILL-IN has fired
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/7/2010
Status: Unverified

SYMPTOM(s):

Using OCX control to provide an alternative Button widgets

Button OCX has an ENTRY / CLICK event defined

CLICK event fails to fire when clicking on the Button OCX

Focus was last on a Progress FILL-IN widget

FILL-IN widget has a LEAVE event defined

If no LEAVE event is defined for the FILL-IN widget then the ENTRY / CLICK fires as expected

Entry event on normal 4GL button widget fires as expected

FACT(s) (Environment):

Windows

CAUSE:

Bug# OE00075705

FIX:

Option #1
Set TAB-STOP = NO on the Control-Frame of the Button OCX

CtrlFrame1:TAB-STOP = NO.

Option #2
Use a standard 4GL button widget instead of the OCX control