Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box
Message
From
19/03/1999 12:16:44
 
 
To
15/03/1999 04:45:23
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00197533
Message ID:
00199807
Views:
16
>I use Combo Box and the data format is date, but I can not sort it, I have already made the sort = true to the combo but it does not work .. anybody can help me please .. ?
>
>Example
>The result :
>
>3/12/99
>3/2/99
>
>The correct result :
>3/2/99
>3/12/99
>
>
>
>
>Regards
>Winan


The combo box converts all entries to character type as they go in. The solution to this problem can be accomplished either of a couple of ways. Where are the entries for your combo box coming from ??? If you are using a data object (ADO) and getting a recordset, I would order them in the recordset. Otherwise, you can set ordering in the combo off, and control the order they are added.

Regards,

Jason
Jason Tryon
Senior Systems Analyst / Technical Lead
eBusiness / iPage
Previous
Reply
Map
View

Click here to load this message in the networking platform