I am adapting the code from Klaus example "iSQLiteLight Three simple SQLite projects" to my own need : a spreadsheet like display with 7 columns.
It works very nicely, so I am confident I will be able to used this in my current check register project.
The only feature I miss is to insert a record between existing ones.
Say I want to insert a new record between record 4 and 5. How will I proceed ?
Thank you in advance.
It works very nicely, so I am confident I will be able to used this in my current check register project.
The only feature I miss is to insert a record between existing ones.
Say I want to insert a new record between record 4 and 5. How will I proceed ?
Thank you in advance.
iSQLiteLight Three simple SQLite projects
The three projects are portations of the three BA4 SQLiteLight programs to B4i. These examples are explained in the B4XSQLiteDatabase Booklet. - iSQLiteLight1 A very simple project with a very simple user interface with following functions: At the first run the database is empty and the user...
www.b4x.com