Consultor Eletrônico



Kbase P6872: DISABLE() method fails and returns NO for a particular button of RADIO-SET widget.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/09/2010
Status: Unverified

SYMPTOM(s):

DISABLE() method fails and returns NO for a particular button of RADIO-SET widget.

The label of the radio button is not in the same case as called in the DISABLE() method.

**The radio button in the <attribute> attribute is invalid for <widget id>. (4095)

CAUSE:

Bug# OE00049497

CAUSE:

The DISABLE() method is case sensitive whereas it should not be.

FIX:

Retrieve the exact label of the button to disable as illustrated bellow for a RADIO-SET having a button labeled 'aa':

rs:DISABLE("AA").
=> Fails

rs:DISABLE(ENTRY(LOOKUP("AA",rs:RADIO-BUTTONS),rs:RADIO-BUTTONS)).
=> is successful