EGL Java run-time error code VGJ0320E
VGJ0320E: An edit routine with table %1 failed while comparing the table column %2 and the field %3.
Explanation
The table column and the field have types that are not valid for comparison.
User Response
Do one of the following:
- Ensure that the types of the column and the field are valid for comparison by doing the following:
- Correct either the type of the column or the type of the field so that the comparison will be valid.
- Regenerate the program.
- Run the program.
- Modify your program to use a different table for the edit routine such that the comparison of the column and the field will be valid.
Refer to the trace output for more information.