V Vikjh Member Licensed User Aug 9, 2020 #1 Encountered a problem if the table entry contains "Null" then the program crashes. Solved the problem by adding 1 line to the b4xtable.bas code 506: If Text = Null Then Text=""
Encountered a problem if the table entry contains "Null" then the program crashes. Solved the problem by adding 1 line to the b4xtable.bas code 506: If Text = Null Then Text=""
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2020 #2 You shouldn't add Nulls to B4XTable. All kinds of things will break. Convert it to a different value before you call SetData.
You shouldn't add Nulls to B4XTable. All kinds of things will break. Convert it to a different value before you call SetData.