Consultor Eletrônico



Kbase P21143: Unable to complete automatic datatype conversion. Use STRING, DECIMAL etc. functions to do explicit
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/27/2005
Status: Unverified

SYMPTOM(s):

Unable to complete automatic datatype conversion. Use STRING, DECIMAL etc. functions to do explicit conversion. (5731)

**Attribute <attribute> for the <widget id> has an invalid value of <logical>. (4059)

**Attribute ADD-LAST for the COMBO-BOX myComboBox has an invalid value of FALSE. (4059)

Error is generated executing the statement:

combo-box-1:ADD-LAST("Test",FILL("X",264)).

Error is NOT generated if the second argument is less than 264 characters long:

combo-box-1:ADD-LAST("Test",FILL("X",263)).

CAUSE:

The size limit of a COMBO-BOX entry value of 263 characters is exceeded.

FIX:

Limit the size of the COMBO-BOX entry value to 263 characters or use another widget if more characters are needed.