Kbase P64194: 4GL. Error 5637 with a Function
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/01/2004 |
|
Status: Unverified
SYMPTOM(s):
4GL. Error 5637 with a Function
You must supply a return data type for user-defined function '<function>'. (5637)
CAUSE:
FUNCTION BLABLA RETURN LOGICAL
FIX:
Syntax problem with the RETURN, should be instead:
FUNCTION BLABLA RETURNS LOGICAL