Consultor Eletrônico



Kbase P55278: Dynamics: displayFields is NOT fired before initializeObject
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/11/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.1A

SYMPTOM(s):

displayFields is fired before initializeObject for a Dynamic Viewer

CAUSE:

Actually displayFields is not fired before initializeObject. The wrong assumption above was due to a MESSAGE put after SUPER in initializeObject. And the fact is that initializeObject's SUPER calls displayFields at some point. This message should have been put before SUPER.

FIX:

In intializeObject move before SUPER the code that has to be run before displayFields