Consultor Eletrônico



Kbase P99674: Error 560 when using modifyDisabledActions or disabledActions for a smartPanel
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/01/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.1D
Progress 9.1E

SYMPTOM(s):

Error 560 when using modifyDisabledActions or disabledActions for a smartPanel

Entry <entry#> is outside the range of list <list-string>. (560)

modifyDisabledActions or disabledActions functions are used before the RUN SUPER statement in the initializeObject

CAUSE:

SensitizeActions function is called before the initializeObject procedure. The error is caused because sensitizeActions tries to get the action handles to be disabled, before the initializeObject runs those handles are invalids.

FIX:

Use modifyDisabledActions or disabledActions after initializeObject is fired.