Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxPro Crash When I do...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00080054
Message ID:
00080069
Vues:
22
>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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform