Hi all!
I am in a trouble when I try to copy somedata from one tree to another one.
The interface allows the user to select one item from the first tree, and then when he clicks on a button, this item is copied to the second tree. The first tree stays in the same way. It is not permitted to the user to do any operation on the first tree.
It is permitted to the user to remove items from the second tree. But I implemented this without any trouble.
The problem occurs, after I selected the item that will be copied. Then, when I click on Add button, an unexpected error occurs.
The vi is attached.
Thank you in advance