Consultor Eletrônico



Kbase 17135: Data Dynamics ActiveBar Control Gives Error 5905
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/28/2008
Status: Verified

SYMPTOM(s):

**All or part of <widget id> is being placed outside of <parent widget id> by setting <attribute>. (5905)

Data Dynamics ActiveBar Control Gives Error 5905 In version 8.2A

Error when you run Data Dynamics ActiveBar control, it loads, displays and works correctly but the following error message is displayed:

All or part of <widget id> is being placed outside of <parent widget id> by setting <attribute>. (5905)

CAUSE:

The problem seems to stem from the following line in the
initialize-controls procedure:

chActiveBar:Load( "abc.tb", "").

FIX:

If you change this line to include NO-ERROR, it seems to work correctly:

chActiveBar:Load( "abc.tb", "") no-error.