Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects in a Container
Message
 
To
06/03/2001 12:54:04
Jeffrey Ang
JGA Software Inc.
Davao, Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00482324
Message ID:
00482363
Views:
13
>How to remove all the objects inside the container. I've tried for each but it doesn't work. pls. help
WITH THISFORM.Container1
	ln = .CONTROLCOUNT
	FOR N = ln TO 1 STEP -1
		.REMOVEOBJECT(.CONTROLS(N).NAME)
	ENDFOR
ENDWITH
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform