B
ByB
Hello,
I am developping a VBA program in Access where I want to make drag and
drop between a ListView control and a TreeView control.
My problem now is that where I drag the ListView item to the Treeview
item, and drop it at the first level item of the TreeView, it seems to
work.
But if I drop the item in a sub-level item of the TreeView, I get an
error message telling that "This would cause a cycle". But I don't
understand why, as the item i drop is coming from the ListView, and was
not already in thbe TreeView.
Can somebody tell me what is the cause of this message, and how I can
prevent it ?
Thank you !
I am developping a VBA program in Access where I want to make drag and
drop between a ListView control and a TreeView control.
My problem now is that where I drag the ListView item to the Treeview
item, and drop it at the first level item of the TreeView, it seems to
work.
But if I drop the item in a sub-level item of the TreeView, I get an
error message telling that "This would cause a cycle". But I don't
understand why, as the item i drop is coming from the ListView, and was
not already in thbe TreeView.
Can somebody tell me what is the cause of this message, and how I can
prevent it ?
Thank you !