Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object destruction
Message
From
02/02/2014 14:01:07
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Web
Miscellaneous
Thread ID:
01592795
Message ID:
01592949
Views:
51
I believe .removeObject() will be best, but if you decide to assign null to object references, at least do it with the least amount of lines:

>
*	None of the code hereunder helped in speeding up destruction.
>
>*thisform.lockscreen = .t.
>*thisform.visible = .f.
>
>*!*	with thisform
>*!*		with .oCntPage1
                        Store Null To;
>*!*			.cntPZChart.oDay;
>*!*			, .cntPZChart.oShift;
>*!*			, .cntViewSlider.oPZ;
>*!*			, .cntViewSlider.oShift;
>*!*			, .cntViewSlider.oWrk;
>*!*			, .cntPZSlider.oPZ;
>*!*			, .cntPZSlider.oShift;
>*!*			, .cntPZSlider.oWrk;
>*!*		endwith
>*!*	endwith
and so on...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform