Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataEnvironments
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00322871
Message ID:
00323055
Views:
28
>It's the geek in you that makes you so lovable.

LOL! Thank you! that's the best compliment I've had in awhile =D)

>BTW, the cleanup method of the event should handle that...
>LOCAL lnObjCount, lnCount, loObject
>
>lnObjCount = This.GetObjectCount()
>
>FOR lnCount = lnObjCount TO 1 STEP -1
>	IF This.aChildren[lnCount, CHILD_CREATED]
>		loObject = This.Get[lnCount]
>		This.Remove(lnCount)
>		loObject.Cleanup()
>		loObject.Release()
>	ENDIF
>ENDFOR
Well shit I missed that... I should know better than to eat & play with framework libraries at the same time. So then this problem has got to be with the new data environments loosing track of what's in them. Weird...
Roxanne M. Seibert
Independent Consultant, VFP MCP

Code Monkey Like Fritos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform