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
Miscellaneous
Thread ID:
00080054
Message ID:
00080069
Views:
18
>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) && Crash at this point
>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.
In the LoadSave method I use PEMSTATUS() and the macro "&" commands.
>What can cause this?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform