Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14254 - A recursive call to displayEntry or displayRow has been generated

14254   A recursive call to displayEntry or displayRow has been generated

Cause

This error occurs if the logic processed in a displayRow method or a displayEntry method on a list box or table results in that event method being called recursively. The most probable cause is that the method has called app.doWindowEvents or it has created a form. This method should not invoke such calls and should invoke only simple logic that results in the return of the string to be displayed within the list box or table entry.

Action

Adjust your logic to avoid the recursion.