Android Question Cursor Not initialized

WofaCle

Member
Hi, there please kindly help me, in my code i use cursor to execute query from sqlite db i created a listview in which that query is working good and i have
created another activity module for the list in which when a user click on any of the list it open description of the list which i used scrollview and giving it layout and everything needed
but after debugging when i click on the list to open the details from sql db it return error message which normally occured in a line as shown in the image.
B4A debug error.png
 
Top