Kbase P22945: FIND does not work with user defined function in where claus
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/10/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1C
SYMPTOM(s):
FIND does not work with user defined function in where clause
FIND does not retrive any record when a user defined function is in the WHERE clause
CAUSE:
Expected behaviour
FIX:
Use FOR statement instead of FIND in case one or more table fields are passed as input parameters to user defined function.
Else store the return value into a variable which can be used later in FIND statements.