Kbase P106306: Dynamics Container Builder errors when opening the edit object popup menu with right mouse click
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/12/2005 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.x
Dynamics
SYMPTOM(s):
Dynamics Container Builder errors when opening the edit object popup menu with right mouse click
RIGHT-MOUSE-CLICK in the Container Builder results in syntax errors before the edit popup appears.
There is no r-code for the SDO data logic procedure.
The Data Logic procedure source code has compilation errors.
Unable to understand after -- "<string>". (247)
** <program> Could not understand line <number>. (198)
CAUSE:
When using the RIGHT-MOUSE-CLICK on an object in the Container Builder to start the edit popup menu, the Appbuilder instantiates the object in memory. If the object has compilation errors and compiled r-code for the object does not exist, then these errors will be seen before edit popup appears.
This situation can only arise when r-code has been deleted and previous syntax errors messages have been ignored.
FIX:
Open the master object from the Appbuilders File->Open Object menu and correct the syntax problems.