Kbase P174811: OEA: Modification of an ABL Window in AppBuilder removes leading subdirectories from an include file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/6/2010 |
|
Status: Unverified
SYMPTOM(s):
OEA: Modification of an ABL Window in AppBuilder removes leading subdirectories from an include file.
Changing a label or adding a Widget to the Window then going back to the code in the OE Editor causes the include file reference to change from {directoryName\includeName.i } to {includeName.i}
The original include file reference in the code appears in the Included Temp-Table & Buffer definitions as {W010050198/includeName.i} before the code modification in AppBuilder and as {includeName.i} after the modification.
FACT(s) (Environment):
The OE Architect session uses a customized .ini file amongst the startup parameters.
Windows
OpenEdge 10.2B
CAUSE:
The customized .ini file was still referencing OpenEdge 10.2A version which is also installed on the same machine. Correcting the .ini file to reference only OpenEdge 10.2B resolved the issue.
FIX:
Ensure the .ini specified in the session startup parameters always references the correct version of that session.