Kbase P70873: Javascript errors in Dynamics web UI with multiple widgets h
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/8/2004 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1A
SYMPTOM(s):
Javascript errors in Dynamics web UI with multiple widgets having defined events
ERROR: 'SELF' is undefined
CAUSE:
Bug# 00013792-000
CAUSE:
Examining the html source file shows that error is triggered at the line
that defines the widget and its event as in:
onClick="SELF"
whereas it should be:
onClick="ActionName()"
ActionName() being the javascript function defined for the onClick event
for that specific widget.
FIX:
Upgrade to Dynamics 2.1A01, or later, where this issue is fixed.