Noremacam
Member
- Joined
- Jun 30, 2008
- Messages
- 14
- Programming Experience
- 1-3
I'm using the same method to sort my listview columns as here.
I want to sort a column of dates, but I have an exception. I'm pulling the dates from the database, and when they come back null, I replace the text with "Incomplete"(the dates are for completion dates). I thought this would save a column(not having to have a "complete?" column).
I want to sort by date, but I want my "incomplete"'s to come to the top of the list, ideally when sorting from most recent to oldest(but I'd take "all the time" too). How do I go about doing that? I'm stumped.
I want to sort a column of dates, but I have an exception. I'm pulling the dates from the database, and when they come back null, I replace the text with "Incomplete"(the dates are for completion dates). I thought this would save a column(not having to have a "complete?" column).
I want to sort by date, but I want my "incomplete"'s to come to the top of the list, ideally when sorting from most recent to oldest(but I'd take "all the time" too). How do I go about doing that? I'm stumped.