Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6056 - This is not a method

6056   This is not a method

Cause

This error occurs if an identifier in your application code is followed by parentheses, indicating a method call, but the identifier refers to an object other than a method (for example, a property).

Action

Change the method name if it is incorrect. If a method call was not intended, remove the parentheses.