Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object is not released
Message
 
 
To
11/07/2003 12:11:42
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00808842
Message ID:
00810066
Views:
16
John,

Try adding explicit settings to .NULL. for your doubly linked object references:

>
>
>DEFINE CLASS cBizObj AS cObject
...
>  PROCEDURE ReleaseMember
>    THIS.oValidator.RELEASE()
     this.oValidator = .null.
>    DODEFAULT()
>  ENDPROC
>ENDDEFINE
>
>DEFINE CLASS cValidatorObj AS cObject
...
>  PROCEDURE ReleaseMember
     this.oBusiness = .null.
>    DODEFAULT()
>  ENDPROC
>ENDDEFINE

>
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform