Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview:
Message
 
À
30/06/2005 08:26:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01026975
Message ID:
01027632
Vues:
20
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform