Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange problem with Treeview SelectedItem property
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00812987
Message ID:
00814438
Views:
21
Hi Terry,

>
It seems the code Jim's code (THISFORM.Tree.SelectedItem = THISFORM.Tree.Nodes(1)) is trying to do more than just reference. It's trying to assign a node to the reference, which is usually accomodated with a Nodes(xxx).Selected=.t.
>

Assigning a node to the SelectedItem property of the tree is perfectly valid (as per the help). Since .SelectedItem is just a reference to a node then it follows that if .SelectedItem is reported as 'not an object' then the culprit is actually the node which it is attempting to reference. Maybe in Jim's case the Node(3) which he expects to be the SelectedItem is the problem

Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform