Kbase P27086: Error 5639 invoking a function dynamically
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
Error invoking a function dynamically
User-defined function '<function>' invoked dynamically but could not be found. (5639)
Function <function> does exist in the procedure that DYNAMIC-FUNCTION() is using.
CAUSE:
The handle passed to DYNAMIC-FUNCTION() is not pointing to the procedure that you expect.
FIX:
Make sure that the handle you pass to DYNAMIC-FUNCTION() points to the correct procedure.