Consultor Eletrônico



Kbase P73045: Dyn 2.1A: rowDisplay procedure override does not fire at startup if defined in class super proc
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/04/2004
Status: Unverified

FACT(s) (Environment):

Dynamics 2.1A

SYMPTOM(s):

rowDisplay procedure override does not fire at startup

Dynamics 2.1A01

CAUSE:

Known issue when the rowdisplay procedure is defined in a class super procedure rather than in the object itself (in static SDB or in custom super procedure of dynamic SDB)
See issue# 20040319008 on www.possenet.progress.com

FIX:

See issue# 20040319008 on www.possenet.progress.com.

Another solution is to define a rowDisplay procedure in the object custom procedure that does just a RUN SUPER. This way, adm2/browser.p/initializeObject will find the rowDisplay entry in the super procedure stack and will then define the trigger procedure for the ROW-DISPLAY event.