Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I release those objects?
Message
 
 
To
27/05/2014 16:02:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
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:
01600738
Views:
67
>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?

First of all, you need to release them in reverse order. Did you check that oObject = evaluate(cObject) is really an object before attempting to release it?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform