Treeview code

S

Sandy H

Hi
I am relatively new to using a treeview control but finally have mine
working including drag and drop functionality. The problem I have is the
tree is data driven and when dragging and dropping, there is a sequence
number in my table that needs to be updated. All seems to be ok if I select
a node (node_click event called) and then click and drag it to its new
location. But if I simply click and drag the node, the node_click event
isn't called and I have code in this module that the resequencing relies on.
I have tried calling the node_click event from the OLEDragDrop module but
either I am not calling it correctly, or I simply can't get it to work this
way. Any suggestions on how to fix my problem would be appreciated. Thanks
in advance.

Sandy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top