Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14132 - That control is already attached to a form

14132   That control is already attached to a form

Cause

This error occurs if your application code attempts to connect a control with a physical window when it is already associated with another physical window; for example, if you attempt to perform a form.addControl call more than once.

Action

Change your application code to prevent this.