Hi
How can I sort the column of the listview without click
thank you in advance
Printable View
Hi
How can I sort the column of the listview without click
thank you in advance
Go to the listview's custom dialog box,
Under sorting tab check the check box
Choose which column to sort by.
0 = 1st column entered, etc.
In code, you can do it like this:
ListView.SortKey = <<Number of column (Zero based)>>
ListView.Sorted = TRUE