Article ID: 168826 - Last Review: August 14, 1999 - Revision: 1.1 PRB: Adding VB Custom Method Control Causes Fault in VFP5This article was previously published under Q168826 On This PageSYMPTOMS
Adding 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. RESOLUTION
Add 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.
STATUS
This behavior is by design.
MORE INFORMATIONSteps to Reproduce BehaviorCreate the control in Visual Basic 5.0 with the following steps:
| Article Translations
|

Back to the top
