B4J Question Copy TableView data to another TableView

strupp01

Active Member
Licensed User
Longtime User
I want to copy the data from a table view into another table view.
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.
 

Attachments

  • Test1.zip
    263.1 KB · Views: 176
Cookies are required to use this site. You must accept them to continue using the site. Learn more…