Hi All
I am trying to load the data from a sqlite file into a combo box
I am getting errors of the object not been initialized but cannot find how to sort it out.
Here is the line of code.
Thank you
dtaMainCat is the name of the Combo
I am trying to load the data from a sqlite file into a combo box
I am getting errors of the object not been initialized but cannot find how to sort it out.
Here is the line of code.
Thank you
dtaMainCat is the name of the Combo
B4X:
DBUTILS.Executelist(sql1, "SELECT Catagory FROM Catagories",Null,0,dtaMainCat.Value)
Last edited: