Kbase P83371: Error 5639 when accepting automatic SmartLink using a SmartFilter
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/18/2006 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
OpenEdge 10.0x
SYMPTOM(s):
Error 5639 when accepting automatic SmartLink using a SmartFilter
User-defined function '<function>' invoked dynamically but could not be found. (5639)
User-defined function 'getfiltertarget' invoked dynamically but could not be found. (5639)
CAUSE:
Invalid link between SmartFilter and DataSource.
FIX:
Do not accept any link when Embedding the SmartFilter Window to the SmartWindow.
Create the link Manually as follow:
(SOURCE) SmartFilterHandle ---> (LINK TYPE) Filter ---> (TARGET) SDOHandle
Also remember that the links in the SmartWindow should be.
h_dynfilter ---> Filter ---> <SDOhandle>
h_dynfilter ---> Filter ---> THIS-PROCEDURE