Consultor Eletrônico



Kbase P20053: Dynamics 2.0A: Using 'getvalue' api in stylesheet file gener
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/10/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Dynamics 2.0A: Using 'getvalue' api in stylesheet file generates error when realizing container in the web UI.

Line: 1
Char: 1
Error: 'apph' is undefined
Code: 0
URL: http://localhost/dynamics20/dhtml/arCustFoldWin.icf

Line: 554
Char: 7
Error: 'hdata.data[...]' is null or not an object
Code: 0
URL: http://localhost/dynamics20/dhtml/rywdo.htc

Line: 554
Char: 7
Error: 'hdata.data' is null or not an object
Code: 0
URL: http://localhost/dynamics20/dhtml/rywdo.htc

Line: 305
Char: 9
Error: Object doesn't support this property or method
Code: 0
URL: http://localhost/dynamics20/dhtml/ryapph.htc

CAUSE:

The Application Handler referenced as 'apph' instead of 'window.apph' or 'window.app.apph'

FIX:

The Application Handler apph must be referenced as
'window.apph' or 'window.app.apph' because the JavaScript "expression"
is running from within the triggering element.