` Printed Icetips Article

Icetips Article



Par2: Sorting by clicking on listbox header
1999-07-07 -- Chris Behling
 
Define an Alert on double-left mouse click, then put this in the Alert Key embed.  My 
control is called ?ItemList -- substitute your own name here!!

IF ?ItemList{PROPLIST:MouseDownRow} = 0 THEN
    SortColumn = ?ItemList{PROPLIST:MouseDownField}
    DO SortList
END



Printed May 5, 2024, 6:53 am
This article has been viewed/printed 35111 times.