Previous Topic: VOX6038ENext Topic: VOX6040E


VOX6039E

Method specified for TELL or ASK is not defined to be used that way.

Reason:

When you define a method, you specify whether it can perform the TELL function, the ASK function, or both. You are attempting to use a method that can only perform TELL functions to perform an ASK function or, conversely, you are attempting to use a method that can only perform ASK functions to perform a TELL function.

Action:

Choose a method that can perform the desired function or redefine the functionality of the method.