good news - you can get at the sorted dataview if you use the correct
syntax (credit goes to somebody else, i can't find the link right
now)
this syntax works, it returns the rows in sorted order:
dataview.sort "some column name"
for i = 0 to dataview.count - 1
dataview(i).item()
this syntax fails to return it in sorted order:
dataview.sort "some column name"
for i = 0 to dataview.table.rows.count - 1
dataview.table.row(i).item()
if you think this is silly, why not provide a dataset.sort method in
the first place, right?
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com