Filippo listview sqlite with where clause

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Having a look at Fillipo's listview and see if it could replace the more simple Table control. One thing I can't see is how I would populate the listview directly from SQLite with a SQL that includes a where clause or a join.
I can only see the LoadSQL method, but that doesn't seem to have this option.
I could of course create another SQLite table and insert records to that table and then fill the listview from that second table, but that seems a bit of a waste of time.
Am I missing something here?

RBS
 
Top