Previous Topic: VOX5999Next Topic: VOX6002E


VOX6001E

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.

Action:

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