Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Destroy method of biz object is not fired when it's real
Message
 
 
To
22/02/2005 11:01:16
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00989209
Message ID:
00989438
Views:
41
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform