Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal error: Exception code=C0000005
Message
From
17/09/2002 01:08:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Fatal error: Exception code=C0000005
Miscellaneous
Thread ID:
00701089
Message ID:
00701089
Views:
58
Hi, Folks,
After I finished some modification of my form code in VFP 7.0 without SP1, when I tried to run the form I would got Fatal error code C0000005 and caused the VFP broken down. I tried to step in the load code, found it start broken down during excuting the load event dodefault(), the following code pieces is about my modification and the load event

The Part I've done the modification
*!* The Part code I've modified 
*!* All the KeyPress Method of the subclass text of a grid
LPARAMETERS nKeyCode, nShiftAltCtrl
If Between(nKeyCode,32,128)
	NODEFAULT
	RETURN
Endif
DODEFAULT()
The part of load event
OPEN DATABASE System SHARED 
OPEN DATABASE Stock SHARED 
CREATE CURSOR Items(Invoice_ID C(16),Note_ID C(16),Factory_ID C(16),Factory_Name C(30),Total_Amount N(15,2),Total_Item N(4),Response_Person C(20),TransacTion_Date D,Brief_Note C(30),Invoiced L)
CREATE CURSOR Detail_Items(Category_Name C(30),Class_Name C(30),Brand_Name C(30),Specification_Name C(30),Price N(15,2),Quantity N(15,2),Amount N(20,2),Brief_Note C(30))
DODEFAULT()
If there are anyone know how it goes on , pls give me some help. Thanks anyway.
BTW, I wonder why I couldn't install the VFP 7.0 SP1 onto my Windows 2000 Pro. Simplify Chinese version. It always show the message box about the program start to install and ask contiune ok or not, then terminated after press ok to contiune. Is there any advice on it? Thanks again.
Next
Reply
Map
View

Click here to load this message in the networking platform