Consultor Eletrônico



Kbase P32178: User-defined function generates incorrect code
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/17/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

User-defined function generates incorrect code

The AppBuilder cannot accept having function parentheses on the same line as the function name.

FUNCTION xfRestart RETURNS LOGICAL() :

will cause error.

FUNCTION xfRestart RETURNS LOGICAL
() :

works just fine.

** An open comment string (/*) was found, but no closing string. (134)

CAUSE:

Bug# 19980724-003

FIX:

Not to use parentheses on the same line