Forum Discussion
vthomeschoolmom
14 years agoSuper Contributor
So I am looking at the treeview. It looks like the top node is <blank> with child nodes under them. I tried
tvwOpenProject.ClickItem "|<blank>"
and received error The TreeView node '<blank>' not found.
I tried
tvwOpenProject.Items.Item(5).Click
Object doesn't support this property or method: 'tvwOpenProject.Items.Item(...).Click'
tvwOpenProject.ClickItem "|[1]|[1]"
The TreeView node '[1]' (and the same when I tried 0, don't know what the index base is) not found.
Something weird is going on?
tvwOpenProject.ClickItem "|<blank>"
and received error The TreeView node '<blank>' not found.
I tried
tvwOpenProject.Items.Item(5).Click
Object doesn't support this property or method: 'tvwOpenProject.Items.Item(...).Click'
tvwOpenProject.ClickItem "|[1]|[1]"
The TreeView node '[1]' (and the same when I tried 0, don't know what the index base is) not found.
Something weird is going on?
Related Content
- 3 years ago
- 13 years ago
- 10 years ago
- 7 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago