I'm very impressed with B4XTable and want to use it in my app.
I copy a SQLite database into File.DirInternal and display some of the fields in a B4XTable okay.
A problem arises when I start a different 'View Record' activity to view all of the fields for the record selected from the table.
This 'View Record' activity has an 'Edit Record' button. When pressed this starts the Edit activity which allows the user to edit the data.
After editing, the 'View Record' activity is opened again, but no changes are shown. When I return to the B4XTable the changes are shown.
Also, I need to be able to do a backup copy of the database for copying to another device.
Could someone please offer some advice on where I'm going wrong and how to backup the edited database.
Thanks
I copy a SQLite database into File.DirInternal and display some of the fields in a B4XTable okay.
A problem arises when I start a different 'View Record' activity to view all of the fields for the record selected from the table.
This 'View Record' activity has an 'Edit Record' button. When pressed this starts the Edit activity which allows the user to edit the data.
After editing, the 'View Record' activity is opened again, but no changes are shown. When I return to the B4XTable the changes are shown.
Also, I need to be able to do a backup copy of the database for copying to another device.
Could someone please offer some advice on where I'm going wrong and how to backup the edited database.
Thanks