Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14027 - This action is not valid from within the displayEntry or displayRow method

14027   This action is not valid from within the displayEntry or displayRow method

Cause

This error occurs if your application code attempts to perform an action that cannot be handled within the displayEntry or displayRow events. This is not allowed because it will affect the interaction of the collection already in progress.

Action

Change your code to circumvent this problem.