Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone hear of Fatal Exception C0000005 ???
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00179050
Message ID:
00179188
Views:
23
>Hi Marcus,
>
>>If it runs through this loop more than 3 times I get the error.
>
>There are several bugs in VFP that would cause VFP to crash the third time. Mainly these are things where object references are involved. For example:
>
>a) Having a property with an assign method and assigning three times the same object reference will release that object, or GPF VFP if you modify the property within the Assign method.
>
>b) Executing 3 times NVL(property,THIS) will crash VFP with a C5 error when the property is NULL in all cases.
>
>I'm sure there are more, and the number 3 in your mail caught my attention.
>
>Christof

Thanks for the reply Christof,

Actually, 3 does alright it's more than three when I run into problems. My loop just builds a string that I use later to set the filter using a macro substitution. The error doesn't come up during the loop or even when the filter to set, but when the SCAN starts. Thanks for the info, it's good to know even if it doesn't directly apply to this situation.

Marcus.
Previous
Reply
Map
View

Click here to load this message in the networking platform