Hello .
I created a database for my books, having as an example the one with the flags (https://www.b4x.com/android/forum/threads/b4x-b4xtable-with-custom-cells-layout.102352/).
Ιhave two issues :
a) When I want to put the FrontCover & BackCover column-photos on the left of the table before the "A/A" field, the program works perfectly (lines 124 & 126 in the main activity). However, when I put them at the end on the right of the table, it gives me the error " Error occurred on line: 249 (Main) java.io.FileNotFoundException: /data/user/0/b4a.example/files/virtual_assets (Is a directory) "
b) Also how can I put the FrontCover & BackCover column-photos after the " Publisher " field or in the middle of the B4xTable table.
Saving the photos as BLOB in the database, in my humble opinion, is not beneficial because the database currently has 1000 records books and more will be added.
Your advice - opinion is critical for me
many thanks
Enthousiastic
I created a database for my books, having as an example the one with the flags (https://www.b4x.com/android/forum/threads/b4x-b4xtable-with-custom-cells-layout.102352/).
Ιhave two issues :
a) When I want to put the FrontCover & BackCover column-photos on the left of the table before the "A/A" field, the program works perfectly (lines 124 & 126 in the main activity). However, when I put them at the end on the right of the table, it gives me the error " Error occurred on line: 249 (Main) java.io.FileNotFoundException: /data/user/0/b4a.example/files/virtual_assets (Is a directory) "
b) Also how can I put the FrontCover & BackCover column-photos after the " Publisher " field or in the middle of the B4xTable table.
Saving the photos as BLOB in the database, in my humble opinion, is not beneficial because the database currently has 1000 records books and more will be added.
Your advice - opinion is critical for me
many thanks
Enthousiastic