Kbase P108328: Dynamics - error 2129 with static generated code for a dynamic SmartDataViewer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1B
SYMPTOM(s):
Dynamics 2.1B01
Having a dynamic SmartDataViewer containing a combo-box
Getting error 2129 on combo-box value-changed:
Procedure <procedure> has no entry point for <internal-procedure>. (2129)
The combo-box dynamic properties window shows "RUN" action on the VALUE-CHANGED event.
It gives the error only when running static generated code created with 4GL Generator.
Works fine with dynamic code.
CAUSE:
The procedure mentioned in the error message is not defined in the dynamic SmartDataViewer custom super procedure.
When running dynamic code, Dynamics will try to run it only if it finds that procedure in the internal entries.
But the static generated code doesn't do any check.
FIX:
Go to the combo dynamic properties and remove the procedure from the VALUE-CHANGED event, since it is not needed.