Consultor Eletrônico



Kbase P29142: Setting C-Win:SENSITIVE = FALSE before calling a child window, causes the APPLY event for the child
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/02/2011
Status: Verified

SYMPTOM(s):

Setting C-Win:SENSITIVE = FALSE before calling a child window, causes the APPLY event for the child to not fire.

FACT(s) (Environment):

Progress 9.1x

CAUSE:

Bug# OE00091652

FIX:

To work around this problem. Add APPLY "ENTRY" TO <WINDOW-NAME> in the MAIN block of the child window, prior to the include of adm2/windowmn.i.

So it would look like:

APPLY "ENTRY" TO wWin.

/* Include custom Main Block code for SmartWindows. */
{src/adm2/windowmn.i}