Harris Expert Licensed User Longtime User Feb 7, 2018 #1 Has anyone added images to their NextReports projects for use with PDF output? Last edited: Feb 7, 2018
XbNnX_507 Active Member Licensed User Longtime User May 22, 2018 #2 i have been trying to use it with SQlite and PostgreSQL with no success. Upvote 0
Harris Expert Licensed User Longtime User May 22, 2018 #3 Harris said: Has anyone added images to their NextReports projects for use with PDF output? Click to expand... The easiest way is store images in a blob field. This may require creating a temp table if your images are disk based. Usage shown here https://www.b4x.com/android/forum/threads/abmaterial-abmaterial-for-dummies-lessons.88346/ Upvote 0
Harris said: Has anyone added images to their NextReports projects for use with PDF output? Click to expand... The easiest way is store images in a blob field. This may require creating a temp table if your images are disk based. Usage shown here https://www.b4x.com/android/forum/threads/abmaterial-abmaterial-for-dummies-lessons.88346/
XbNnX_507 Active Member Licensed User Longtime User May 22, 2018 #4 Harris said: The easiest way is store images in a blob field. This may require creating a temp table if your images are disk based. Click to expand... i tried that with sqlite ( BLOB ) column data type i got this : B4X: Message: ro.nextreports.engine.queryexec.QueryException: java.sql.SQLFeatureNotSupportedException Level: SEVERE Stack Trace: java.sql.SQLFeatureNotSupportedException with postgress with bytea ( blob ) column datatype i got: Exception : bad value for type long. ( //x2093402930429034023402349 ) <- ? Harris said: Usage shown here https://www.b4x.com/android/forum/threads/abmaterial-abmaterial-for-dummies-lessons.88346/ Click to expand... Nice Tutorials! Upvote 0
Harris said: The easiest way is store images in a blob field. This may require creating a temp table if your images are disk based. Click to expand... i tried that with sqlite ( BLOB ) column data type i got this : B4X: Message: ro.nextreports.engine.queryexec.QueryException: java.sql.SQLFeatureNotSupportedException Level: SEVERE Stack Trace: java.sql.SQLFeatureNotSupportedException with postgress with bytea ( blob ) column datatype i got: Exception : bad value for type long. ( //x2093402930429034023402349 ) <- ? Harris said: Usage shown here https://www.b4x.com/android/forum/threads/abmaterial-abmaterial-for-dummies-lessons.88346/ Click to expand... Nice Tutorials!