Kbase P121186: 4GL: Errors (247), (198), (3566) and (196) compiling an application.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/8/2009 |
|
Status: Verified
SYMPTOM(s):
4GL: Errors (247), (198), (3566) and (196) compiling an application.
** Unable to understand after -- "<string>". (247)
** Unable to understand after -- "tt-rnd_rnd_mthd:label". (247)
** <program> Could not understand line <number>. (198)
** /bes/bes/mfgpro/us/src/lookup.i Could not understand line 1416. (198)
Could not find <element-name> in a frame. Try qualifying the reference with an IN FRAME phrase. (3566)
Could not find tt-rnd_desc in a frame. Try qualifying the reference with an IN FRAME phrase. (3566)
** <program> Could not understand line <number>. (196)
** /bes/bes/mfgpro/us/src/lookup.i Could not understand line 1423. (196)
Could not find <element-name> in a frame. Try qualifying the reference with an IN FRAME phrase. (3566)
Could not find tt-rnd_unit in a frame. Try qualifying the reference with an IN FRAME phrase. (3566)
** <program> Could not understand line <number>. (196)
** /bes/bes/mfgpro/us/src/lookup.i Could not understand line 1431. (196)
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CAUSE:
The elements referenced in lines 1416, 1423 and 1431 are browse cells that are not explicitly qualified with an IN BROWSE {&BROWSE-NAME} phase.
FIX:
Qualify the referenced elements with an IN FRAME {&FRAME-NAME} phrase if they are FILL-IN widgets in the frame or with an IN BROWSE {&BROWSE-NAME} if they are cells in the browse.