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
Titre:
FoxPro Crash When I do...
Divers
Thread ID:
00080054
Message ID:
00080054
Vues:
89
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform