Hi. i'm using mlcombobox to display names that i get from a sql query in a sqlite database with ver b4a 6.3. the query run ok, the filling of the combo also ( i've seen using debug). however, when i click to open the combo and to see the names, i see less names then those that was filled! ( again i've see that via debug). As far as i had seen, the filling of the combo is made by chunks (each item is inicialize with Null and after receives the value via additem).
So it appears to me that the mlcombobox does not show the itens that are in the last chunk.
So it appears to me that the mlcombobox does not show the itens that are in the last chunk.