Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14034 - An MDI or Modal form cannot have its parent changed

14034   An MDI or Modal form cannot have its parent changed

Cause

This error occurs if the setFormParent method of the Form class attempts to change the parent of an MDI or modal form. These types of forms cannot have their form parent changed.

Action

Correct your application code to prevent this.