Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I release those objects?
Message
From
27/05/2014 16:02:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How do I release those objects?
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01600733
Message ID:
01600733
Views:
74
I created objects dynamically and before releasing the form I want to delete those objects.

I thought the following would work but it didn't
FOR nI = 1 TO thisform.nTotOnScreen
	cNameObjet = 'cmdIdPersonn' + RIGHT( '000' + ALLTRIM( STR( nI)),4)
	cObjet = 'thisform.' + cNameObjet
	&cObjet = .null.
	RELEASE &cObjet
ENDFOR 
How should I proceed?
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Next
Reply
Map
View

Click here to load this message in the networking platform