Jan 8, 2002 #1 Devaki Programmer May 23, 2001 58 US Hi , I want to sort a column in a flexgrid that has date values for example: 01/06/02 11:01:45 ...How to do the sorting on this column? Thanks Devaki
Hi , I want to sort a column in a flexgrid that has date values for example: 01/06/02 11:01:45 ...How to do the sorting on this column? Thanks Devaki
Jan 8, 2002 #2 JohnYingling Programmer Mar 24, 2001 3,742 US Don't. Put a formatted YYYYMMDDHHNNSS field into an invisible (ColWidth=0) column and sort on that column. http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort in VB or VBScript Upvote 0 Downvote
Don't. Put a formatted YYYYMMDDHHNNSS field into an invisible (ColWidth=0) column and sort on that column. http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort in VB or VBScript
Jan 8, 2002 Thread starter #3 Devaki Programmer May 23, 2001 58 US Thanks John it works fine Upvote 0 Downvote