Dim SenderFilter As Object = db.ExecQueryAsync("SQL", "SELECT * FROM tblvoc where id in (1,2,3,4.5)", Array())
Wait For (SenderFilter) SQL_QueryComplete (success As Boolean, rs As ResultSet)
If success Then
Do While rs.NextRow
' get your data here....
Dim br As B4XView= xui.CreatePanel("l")
br.SetLayoutAnimated(100,0,0,100%x,50dip)
br.LoadLayout("l_items")
Label1.Text=cur.GetString("dif")
Label2.Text=cur.GetString("voc")
Label3.Text=cur.GetString("meaning")
Label3.TextColor=Colors.Red
jo.InitializeContext.RunMethod("zxc",Array As Object(Label1))
clv_item.Add(br,"")
loop
rs.close
end if