Consultor Eletrônico



Kbase P30084: Proxygen Application not comparing like values.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/11/2003
Status: Unverified

FACT(s) (Environment):

Windows

FACT(s) (Environment):

Progress 9.1C

SYMPTOM(s):

Proxygen Application not comparing like values.

Java App will find a record but will not update it's data.

CAUSE:

This application is passing an unknown value into Progress as "?" then comparing;
"?" = ?.

FIX:

When Progress received the value from Java it will be a quoted string "?" there fore we need to convert it as in the following statement;

If variable = "?" then
assign variable = ?.

This will allow for progress to compare the variable to the record properly.