EGL1220E Screen array array_name is incompatible with the data array.

Explanation

An on-screen arrayDictionary contains one entry for each column in the display, and a dynamic array is bound to that arrayDictionary. Each record in the arrayDictionary must have the same number of fields as the number of columns in the on-screen arrayDictionary, and each field must be assignment-compatible with the corresponding consoleField.

User Response

Examine and correct the on-screen arrayDictionary or the records in the dynamic array that is bound to that arrayDictionary.


Feedback