I tested your last project and get the following:
- I get an error 'File not found in line 40 in the DBUtils module where it tries to save on File.DirDefultExternal.
File.DirDefultExternal is no more accessible with the Google limitations.
Your DBUtils module is an old one the latest one is now an internal library.
- Then, i deleted the DBUtils module and checked it in the Libraries Manager Tab.
The program starts and shows during a very short time a kind of table and then throws an error 'File not found' in line 249 in the Main module.
iv.SetBitmap(xui.LoadBitmapResize(File.DirAssets, row.Get("FRONT COVER") , iv.Width, iv.Height, True))
I added Log(row.Get("FRONT COVER")) just before above line and a braekpoint on line 249.
And row.Get("FRONT COVER") is empty.
Looking at the content of the row.Map i get this:
This means that your table is not filled correctly !?
The first two columns are COVERS and BCOVERS, which are defined at line 79 and 87.
But you do not fill those, why ?
What are these two columns for ?
I am not familiar with B4XTable.