Pb with Drag and Drop

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 !
 

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