I have 3 B4Xtables on different layouts, 2 work perfectly, but one of the tables crashes my app when I try to search. Any character I type into the search field gives an error:
"Error occurred on line: 449 (B4XTable)
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toLowerCase()' on a null object reference" (screenshot of log below).
The table in question fills correctly (from an SQL table) and I can click on cells without a problem; it's only searching that causes a crash.
Appreciate any advice anyone can give.
James
"Error occurred on line: 449 (B4XTable)
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toLowerCase()' on a null object reference" (screenshot of log below).
The table in question fills correctly (from an SQL table) and I can click on cells without a problem; it's only searching that causes a crash.
Appreciate any advice anyone can give.
James