I have a treeview control. How do i get the value form a selected node?
I want this to open a subform with filtered data.
regards
reidarT
Hi,
best - it to use NodeClick event - you have a Node object passed there, so
you can easy get it Key or text
Also you can use .SelectedItem prperty - it returns currently selected node
as object, or nothing

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
>I have a treeview control. How do i get the value form a selected node?
> I want this to open a subform with filtered data.
> regards
> reidarT