Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NodeCheck Event
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00507685
Message ID:
00521169
Views:
16
>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!"
Previous
Reply
Map
View

Click here to load this message in the networking platform