Consultor Eletrônico



Kbase P64261: SmartDataBrowser cannot be subclassed - workaround
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/01/2004
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0A

FACT(s) (Environment):

Dynamics 2.1A

SYMPTOM(s):

SmartDataBrowser cannot be subclassed

Getting duplicate variable name and other error messages

** Duplicate variable name--<name>. (218)

CAUSE:

Bug# 00013729-000 (Issuezilla 13729)

CAUSE:

brsprop.i is referenced unconditionally in browser.i, therefore it will be included twice in the code after preprocessing.

FIX:

Workaround:
Manually modify the browser.i to make the include reference conditional.
It should read

&IF "{&ADMClass}":U = "browser":U &THEN
 {src/adm2/brsprop.i}
&ENDIF