Kbase P18656: Unknown Field or Variable name (201)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/05/2003 |
|
Status: Unverified
SYMPTOM(s):
Unknown Field or Variable name (201)
Function not found when it is defined in an include file
Variable name not found in a Browser Display trigger
CAUSE:
When a function is defined in an include file the FORWARD definition for the function is not created
FIX:
Define the FORWARD function in the Definition block of the Window like the following example:
FUNCTION myFunction RETURNS CHARACTER
(piParameter AS INTEGER) FORWARD.