I want to copy the data from a table view into another table view.
For this I wanted to use the following command:
Unfortunately, this command deletes the data in the first TableView, which I do not want.
Why ?
I have added testfile.
For this I wanted to use the following command:
B4X:
TableView2.Items.Add(TableView1.Items.Get(i))
Unfortunately, this command deletes the data in the first TableView, which I do not want.
Why ?
I have added testfile.