Consultor Eletrônico



Kbase P34860: Dynamics Auditing Detail ** browseRowDisplay was not found.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/08/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Dynamics 2.0A02

** "browseRowDisplay" was not found. (293)

CAUSE:

Bug# 20030805-002

CAUSE:

Known issue.  This is due to the incorrect definition of a dynamic browse trigger in gstadviewv.w/buildBrowser:
TRIGGERS:
ON 'row-display':U PERSISTENT RUN browseRowDisplay.
Should be:
TRIGGERS:
ON 'row-display':U PERSISTENT RUN browseRowDisplay IN THIS-PROCEDURE.

FIX:

Add the missing IN THIS-PROCEDURE in gstadviewv.w/buildBrowser and recompile it to appropriate location.