Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview:
Message
 
To
30/06/2005 08:26:33
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01026975
Message ID:
01027632
Views:
22
First thing that comes to my mind:
FOR EACH oNode IN thisform.oleTree.Nodes
    IF TYPE("oNode.Child") # "O" .OR.;
       ISNULL(oNode.Child)
       oNode.Enabled = .f.
    ENDIF
ENDFOR
(not tested)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform