Kbase P20723: Errors when compiling an application which worked in previou
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/25/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Errors when compiling an application which worked in previous version
Missing Forward Declarations, getForeignValues and setQueryString
Error: ** Unable to understand after -- "getForeignValues". (247)
Error: ** Unable to understand after -- "setQueryString". (247)
CAUSE:
Forward declarations were removed. Use of DYNAMIC-FUNCTION became needed in order to access these functions.
FIX:
The forward declarations were returned. Apply 9.1D06 Service Pack or later.