CRRUI2017E The value_name value of specified_type_name type cannot be converted to type_name type.

Explanation

EGL was unable to convert the value_name value from the specified_type_name type to the type_name type. The value may not be representable in the type_name2 type or it may not conform to a format specified in a system variable such as StrLib.defaultDateFormat.

User Response

Change the code to prevent the error. Consult the EGL documentation for more information on StrLib.defaultDateFormat and other format variables.


Feedback