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
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