Kbase P18002: Dynamics WEB: myfunc (inputvar) not implemented yet. (7262)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/23/2003 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Running following code:
RUN setclientAction IN guimanager ("wdo.myfunc('inputvar')").
Not implemented yet. (7262)
myfunc(inputvar) not implemented yet. (7262)
CAUSE:
Syntax is incorrect.
FIX:
Correct syntax:
RUN setClientAction IN gshUIManager ('wbo.myfunc|inputvar').
Note that 'wbo' is the object, 'myfunc' is the local JS function that
is attached to the container and 'inputvar' is the parameter.