Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14094 - That menu item not found

14094   That menu item not found

Cause

This error occurs if the getMenuItem method is called for a menu item that does not exist, or if the loadMenu method is called from a base menu item that must have been deleted.

Action

Ensure that the index to the getMenuItem method is valid and that the loadMenu method is not performed on a deleted menu.