Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The dreaded C0000005
Message
 
 
To
01/05/2002 15:32:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00651498
Message ID:
00651590
Views:
15
>>DEBUG/INKEY PROBLEM
>>
>>Fatal Error Exception Code = C0000005 called from line 104
>>which is simply
 =Sleep(2000)
 cINKEY= InKey()

...

FUNCTION Sleep(lnMilliSecs)
    lnMillisecs=IIF(type("lnMillisecs")="N",lnMillisecs,0)
    DECLARE Sleep IN WIN32API INTEGER nMillisecs
    =Sleep(lnMilliSecs) 	
ENDFUNC
Works great IF YOU
DON'T
HIT A KEY !!@#?

HOW do YOU mandate a DELAY?
Edgar L. Bolton, B.S. B.B.A.
Previous
Reply
Map
View

Click here to load this message in the networking platform