PRB: The Internet Transfer Control Causes "Invalid Callee" ErrorLast reviewed: June 30, 1997Article ID: Q170752 |
The information in this article applies to:
SYMPTOMSWhen using the Internet Transfer ActiveX control in Visual FoxPro 5.0, the error "Invalid Callee" occurs when issuing the control's Execute command. This error occurs if the control is either used on a form inside of Visual FoxPro or run in a distributed executable.
RESOLUTIONPlacing the SYS(2333,0) function in the Load event of the form eliminates the error.
MORE INFORMATIONSometimes an ActiveX control may register itself incorrectly as supporting a dual interface: a combination of IDispatch and Vtable binding. When this occurs, Visual FoxPro has the capability to turn off the dual interface support using the SYS(2333), ActiveX Dual Interface Support, function.
Steps to Reproduce Behavior
REFERENCESFor more information about ActiveX controls and dual interface, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q158765 TITLE : NODUALINTERFACE Entry is Placed in Registry by VFP 5.0 |
Keywords : FxinteropOcx kberrmsg vfoxwin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |