B4J Question Combo load from SQLITE [SOLVED]

Peter Lewis

Active Member
Licensed User
Longtime User
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

B4X:
    DBUTILS.Executelist(sql1, "SELECT Catagory FROM Catagories",Null,0,dtaMainCat.Value)
 
Last edited:
Top