PRB: Adding VB Custom Method Control Causes Fault in VFP5Last reviewed: May 22, 1997Article ID: Q168826 |
The information in this article applies to:
SYMPTOMSAdding a custom control that has been created in Visual Basic 5.0 using a custom method can cause a fault in Visual FoxPro 5.0 and 5.0a. If the operating system is Windows 95, the message is "Illegal Operation - Invalid Page Fault." If the operating system is Windows NT, the error is an Application Error, Visual FoxPro referenced memory location 0x00000000, which could not be read.
RESOLUTIONAdd SYS(2333,0) in the INIT event of the form, save and run the form at least once before adding the custom control to the form. Using the SYS(2333,0) disables the ActiveX dual interface (VTABLE binding) support.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorCreate the control in Visual Basic 5.0 with the following steps:
not occur with Visual FoxPro 3.x. |
Keywords : FxinteropOcx kberrmsg vfoxwin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |