Please advice,
I need to copy the content of my listview1 to listview2.
listview1 is readonly with paging
listview2 is add/edit w/o paging.
I tried to execute the command below but it only copies the 1st page, the succeding page is ignored. Record count (100). please advice.
For ALL rows on listview1 LISTVIEW then complete the following one after another. then add a new row to the listview2 transfer data (configure) then apply the changes made to the row on the listview2 editable list
Scenario:
I tried to save record from listview1 using the command below, failed.
listview1, executes the create method for all items that have been added (configure)
Solution:
copy the content of listview1 to listiew2 then run the above command, it works. But failed, if there are multiple pages.
For your advice.