Product Site

C.1.52. Error 97 - Object method not found.

Explanation:

The object does not have a method with the given name. A frequent cause of this error is an uninitialized variable.

The associated subcodes are:
001

Object "object" does not understand message "message".
002

Object "object" cannot accept private message "message" from this context.
003

Object "object" cannot accept package scope message "message" from a different package caller.
004

Constant "name" of object "object" has not been initialized.
005

An unhandled NOMETHOD condition has been raised.
900

message.