Consultor Eletrônico



Kbase P28830: SmartObject Upgrade Utility does not convert runtime attribu
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/07/2003
Status: Unverified

FACT(s) (Environment):

Progress 8.x

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Running the SmartObject Upgrade Utility to convert a SmartObjects Application from Progress 8 to 9.

The SmartObject Conversion Utility converts a call to the get-attribute method into a call to the getUserProperty ADM2 function.

After running the conversion utility, the get-attribute method parameter is placed in the wrong location and an extra parenthesis is added to the getUserProperty call.

RUN get-attribute IN someHandle("UserTest":U).

becomes:

DYNAMIC-FUNCTION('getUserProperty('UserTest':U IN someHandle).

CAUSE:

Bug# 19991213-048

CAUSE:

This is a known issue.

FIX:

Adjust the generated code manually so that the call to getUserProperty has a correct syntax.