Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects in a Container
Message
From
06/03/2001 13:39:02
 
 
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:
00482362
Views:
12
Jeffrey

> How to remove all the objects inside the container. I've tried for each
> but it doesn't work. pls. help

Assuming This is the container:
With This
   For n = .ControlCount To 1 Step -1
      lcName = .Controls(n).Name
      .RemoveObject(lcName)
   EndFor
EndFor
Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform