G
Guest
I have implemented a TreeView (v6.0) ActiveX control on an Access 2K form
that lists the relationships among several Requirements Baselines and their
Reviews, Change Requests, and other relevant data.
The control populates all of the parent, child, an sibling nodes properly
and I can see the results when I switch between design view and form view
when I test.
However, when the form is opened either as an independent form via the
database window or via a DoCmd.OpenForm statement, the control displays the
proper structure (plus signs and lines) but does not display the node
contents. Note that it does show the correct tree structure. (The
control uses Style "6 - tvwTreelinesPlusMinusText" and a LineSyle of "1 -
tvwRootLines" and only these symbols appear properly). It is the associated
node text that does not appear.
I cannot understand why this different behavior between form view and other
views should exist. This is a strange problem and any help would be greatly
appreciated!
that lists the relationships among several Requirements Baselines and their
Reviews, Change Requests, and other relevant data.
The control populates all of the parent, child, an sibling nodes properly
and I can see the results when I switch between design view and form view
when I test.
However, when the form is opened either as an independent form via the
database window or via a DoCmd.OpenForm statement, the control displays the
proper structure (plus signs and lines) but does not display the node
contents. Note that it does show the correct tree structure. (The
control uses Style "6 - tvwTreelinesPlusMinusText" and a LineSyle of "1 -
tvwRootLines" and only these symbols appear properly). It is the associated
node text that does not appear.
I cannot understand why this different behavior between form view and other
views should exist. This is a strange problem and any help would be greatly
appreciated!