Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to clear all nodes in Treeview at one go
Message
From
29/06/2000 08:10:04
 
 
To
29/06/2000 07:29:11
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00386350
Message ID:
00386359
Views:
17
Not sure what you mean but i do it like:

FOR lnI=1 TO thisform.otree.Nodes.Count
thisform.otree.nodes.remove(thisform.otree.Nodes[lnI].Index)
ENDFOR

HTH!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform