I have 2 apps using the same SQLite database stored in File.DirRootExternal
1. On the 2nd app B4XMainPage I have a button to delete a record from a table. The record is definitely deleted, but the listview on the B4XPage is not updated. Where do I refresh the B4XPage to show the listview reflecting the deleted record.
2. When I launch the 1st app which uses the same database, its B4XPage which also has a listview does not update its listview either. How do I refresh the 1st app B4XPage’ s listview to reflect the deletion of the record that was made in the 2nd app.
In summary, both apps still show their respective listview with the record still there, although I confirmed the deletion from the table.
Thank you.
1. On the 2nd app B4XMainPage I have a button to delete a record from a table. The record is definitely deleted, but the listview on the B4XPage is not updated. Where do I refresh the B4XPage to show the listview reflecting the deleted record.
2. When I launch the 1st app which uses the same database, its B4XPage which also has a listview does not update its listview either. How do I refresh the 1st app B4XPage’ s listview to reflect the deletion of the record that was made in the 2nd app.
In summary, both apps still show their respective listview with the record still there, although I confirmed the deletion from the table.
Thank you.