Consultor Eletrônico



Kbase P147661: The adecomm/oeideservice.i include is missing a :U translation attribute
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/6/2010
Status: Unverified

SYMPTOM(s):

The adecomm/oeideservice.i include, used to allow access to OpenEdge Architect from within the project runtime, is missing a translation attribute. This leaves a hard-coded procedure name as a translatable string.

Line 36 reads:
DEFINE VARIABLE cProcName AS CHARACTER NO-UNDO INITIAL "adecomm/oeideservice.p".

Line 36 should read:
DEFINE VARIABLE cProcName AS CHARACTER NO-UNDO INITIAL "adecomm/oeideservice.p":U.

FACT(s) (Environment):

OpenEdge 10.2x
Windows

CAUSE:

Bug# OE00185876

FIX:

Upgrade to OpenEdge 10.2B or later

Workaround:

Manually add the translation attribute in both gui/adecomm/oeideservice.i and tty/adecomm/oeideservice.i