Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Destroy method of biz object is not fired when it's real
Message
 
 
À
22/02/2005 11:01:16
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
00989209
Message ID:
00989438
Vues:
42
>This is what I used to test, and it confirms your observations.
>
>DO STARTMM
>DEFINE CLASS Test as kbizness of kbizness.vcx
>   PROCEDURE Destroy
>      Debugout This.Name+".Destroy()"
>      DODEFAULT()
>   ENDPROC
>
>DO Test1
>DO Test2
>
>PROCEDURE Test1
>   LOCAL oTest
>   oTest = CREATEOBJECT("Test")
>   oTest.Release()
>PROCEDURE Test2
>   LOCAL oTest
>   oTest = CREATEOBJECT("Test")
>
I think we nailed it with my colleague, but we're going to test it thoroughly tomorrow. It has to do with business rules object.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform