D
Dale Fye
I apparantly don't understand what a root is, because
whenever I reference the root property of my treeview, it
gives me a reference to node(1).
I still have not figured out how to start at a given node
(lets say on the nodechecked event) and identify all of
the checked nodes children.
If I know what the index is of a node, how can I move to
that node (expand its parents to make sure it is visible)
and highlight it?
Also when I refer to the Parent property of a node that is
one of the nodes that appears when all nodes are
collapsed, Access give me an error: #91 "Object variable
or with block not set". So how do I tell what level in
the tree the node is at?
whenever I reference the root property of my treeview, it
gives me a reference to node(1).
I still have not figured out how to start at a given node
(lets say on the nodechecked event) and identify all of
the checked nodes children.
If I know what the index is of a node, how can I move to
that node (expand its parents to make sure it is visible)
and highlight it?
Also when I refer to the Parent property of a node that is
one of the nodes that appears when all nodes are
collapsed, Access give me an error: #91 "Object variable
or with block not set". So how do I tell what level in
the tree the node is at?