Kbase P153913: Visual Designer generated code is different depending on the presence of -zn parameter
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/01/2010 |
|
Status: Unverified
SYMPTOM(s):
Visual Designer generated code is different depending on the presence of -zn parameter
-zn parameter allows use of underscore character (_) but it changes previously generated code
Starting session with -zn startup parameter will cause changes in generated code from session started without this parameter
Generated code will no longer compile without the -zn parameter
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.2x
OpenEdge Category: Language (4GL/ABL)
CAUSE:
Bug# OE00191666
FIX:
One possibility is to have different projects, one that includes the code that uses -zn and other project for the rest of the code. These separate projects keep tools development work separate from actual application development.