Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NodeCheck Event
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00507685
Message ID:
00521169
Vues:
17
>I´ve found this thread while looking for help about treeviews, wich you seem to know well; so here´s my question: How can I disable the treeview? i've tried mytreeview.enabled = .F. but it remains active. the user can check, expand, etc any time.
>
>Any ideas?
>Some other control to handle hierarchical data? (with checkboxes included please.)
>
>TIA
>

I had the same problem. You'll get the treeview disabled with

TreeView.OBJECT.enabled = .F.

and enabled with

TreeView.OBJECT.enabled = .T.

HTH

Alonso
Like Frank said: "I did it... MY WAY!"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform