Hello again, everyone.
I’ve come yet again to beg support from those far smarter than me.
I have a treeview control that I’ve been perfecting across several different databases, and it’s working very well. There is a table of node data, and a table of “other” data (varies database to database). The “other” table has references to the node in which each record applies. In the form, a left-hand column displays the treeview control, and the right-hand column displays referenced data from the “other” table, refreshed whenever a new node is selected.
All that’s fine and dandy, and working well. Now comes the tricky part — graphical representation generation. I’d like to actually have the tree drawn out with lines (similar in style to the treeview control itself), containing both node data as well as the “other” data referenced at the end of each tree branch. Ultimately I would like this output such that I could “print to PDF” or “publish to HTML” format. Either is acceptable, both options of course being preferrable.
Is anyone aware of any code or tools that I can use to help me in this challenge?
thanks!
..dane