Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxPro Crash When I do...
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
FoxPro Crash When I do...
Miscellaneous
Thread ID:
00080054
Message ID:
00080054
Views:
85
I created a Custom object with a custum method. When I call this method many times VFP crashes.
Ex:
clear all
set classlib to c:\class\ccustom
set procedure to c:\task\library
o= createobj("ccustom")
cmemo = o.loadsave()
o.loadsave(cmemo)
o.loadsave(cmemo)
release o

Now the method LoadSave() only read property and return it in a string. Or when the string is passed to the method, property gets set with the value store in the string.

When I run the example 3 times VFP 5.0a crash.
What can cause this?
Next
Reply
Map
View

Click here to load this message in the networking platform