I have created an Ultimate List View with ULV.Bulkadditems(Cursor1.rowcout,"Layout1",0).
Cursor1 is a Sqlite cursor, resulted by 15000 items query.
I edited an item in the ULV and i saw the changes on the ULV, but when this item go "out screen" the ULV return to his original value.
I can´t update the Cursor1 as cursors are read only.
When I update an item of the ULV I must do another query to the database and reload all the 15000 items on the Ultimate list view ?
Is there another solution ?
Cursor1 is a Sqlite cursor, resulted by 15000 items query.
I edited an item in the ULV and i saw the changes on the ULV, but when this item go "out screen" the ULV return to his original value.
I can´t update the Cursor1 as cursors are read only.
When I update an item of the ULV I must do another query to the database and reload all the 15000 items on the Ultimate list view ?
Is there another solution ?