Geny
|
Posted: 01/05/2004, 11:52 AM |
|
Hi,
anyone know how to sort the values in a listbox? Alphabetical order?
I'm working with ccs 2.1.1.20 and ASP code.
Thanks
|
|
 |
Edd
|
Posted: 01/05/2004, 1:46 PM |
|
Geny,
If your listbox is from another table then open up the SQL and add the order by down the bottom of the query.
If it is a "List" then you can shuffle them manually.
Edd
[www.syntech.com.au]
|
|
 |
Geny
|
Posted: 01/09/2004, 8:48 AM |
|
What does <open up the SQL> mean?
|
|
 |
Edd
|
Posted: 01/10/2004, 5:52 PM |
|
What does <open up the SQL> mean?
The source of the list box - DataSource Type should be "Table or View" in the properties - their should be a button with ... on it when the field DataSource is clicked on. Click the ... button and change the order.
Edd
www.syntech.com.au
|
|
 |
|