|
-
October 20th, 2002, 09:53 AM
#1
Removing controls
Hi ...
Here's what I have ... Panel1 which I have used
me.panel1.controls.add(lbl) to add 10 labels to panel1
now I am trying to get rid of them using
for x = 1 to 10
me.panel1.controls.remove(controls(0))
Next
and though it runs the code 10 times, all of the controls are still there, please let me know what I am doing wrong
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|