EGL1225E Prompt string is too long for the active window.

Explanation

The message that prompts for user input must fit in the active window. If the isChar property of the prompt is set to no, you also must consider the space needed for the user's response.

User Response

Correct the declaration of the prompt or window.


Feedback