Consultor Eletrônico



Kbase P187119: Assigning concatenated string to property in .NET class assigns bad value if result is > 24 characte
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/4/2011
Status: Unverified

SYMPTOM(s):

Assigning concatenated string to property in .NET class

Assignment works if result of concatenated string is 24 characters or less

Assignment fails if result of concatenated string is 25 characters or more

Result of assignment will either appear to be truncated at 24 characters or 25th character appears as garbage

FACT(s) (Environment):

Windows
OpenEdge 10.2B

CAUSE:

Bug# OE00207275

CAUSE:

The exact cause is unknown at the time of this writing

FIX:

Assign the result of the string concatenation to a variable then assign the variable to the property of the .NET class