As far as I can tell there is no listview method available that supports
the following way to build listview rows:

data = dbConn~exec("SELECT * FROM TBL1;", .TRUE,
.ooSQLite~OO_ARRAY_OF_ARRAYS)
self~insertListViewColumns      -- build columns from data[1]
do i = 2 to data~items          -- loop thru all data arrays
   lv~missingMethod(data[i])    -- insert each data array as a listview row
end

This capability could have a significant impact on performance for large
data arrays.

Is this something doable? The 'missingMethod' would probably also need to
have parameters that specify how to handle .NIL data and possible insert of
itemdata. Looking forward to any reactions ;)

Staffan
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to