PhilipBrown Active Member Licensed User Longtime User Jul 13, 2015 #1 When get crash running an app: android.database.sqlite.SQLiteException: no such column: DAY (code 1): , while compiling: UPDATE Weights the reported error location is Error occurred on line: 1806 (Charts) But in fact it occurs in the Main module. The line number is correct. The Charts module only has 511 lines of code. The Charts module is opened and the cursor is positioned at line 511 after this crash.
When get crash running an app: android.database.sqlite.SQLiteException: no such column: DAY (code 1): , while compiling: UPDATE Weights the reported error location is Error occurred on line: 1806 (Charts) But in fact it occurs in the Main module. The line number is correct. The Charts module only has 511 lines of code. The Charts module is opened and the cursor is positioned at line 511 after this crash.
Erel B4X founder Staff member Licensed User Longtime User Jul 13, 2015 #2 This is fixed for the next update.