|
Chris,
To do with sorting (and single column lists) ... I originally specified that ListBox and ComboBox would have the SORTED flag set TRUE by default. Then realized the Forms 1 didn't have this default behavior, so backed off ... Im thinking that the default should be left as NOT SORTED ... and use the SORTED property if desired ... not too what what one would "expect" to have as the default.
Of course as you know, the SORTED property only sorts a list as one is populating the list, or inserting new items into the list ... it won't take an unsorted list and sort it. The only thing that could/would do that is a SORT() method.
But, with multi-column lists ... one would expect that if one "clicked" the column header of a particular column, the system WOULD automatically sort that list - by that column ... yeah ?
|