S
Swimminschrage
I'm having problems getting the currently selected node out of a TreeView
control.
I currently have:
Dim key As String
key = Mid(Me.treeBranches.SelectedItem.key, 0,
Len(Me.treeBranches.SelectedItem.key) - 2)
Me.description = key
where "treeBranches" is the name of my treeview control. I'm attempting to
get the key except for the last two characters, but I keep getting an
"Invalid procedure call or argument"
Thanks for the help
Andy
control.
I currently have:
Dim key As String
key = Mid(Me.treeBranches.SelectedItem.key, 0,
Len(Me.treeBranches.SelectedItem.key) - 2)
Me.description = key
where "treeBranches" is the name of my treeview control. I'm attempting to
get the key except for the last two characters, but I keep getting an
"Invalid procedure call or argument"
Thanks for the help
Andy