Home » Developer & Programmer » Forms » ORDER BY..... IN TLIST
ORDER BY..... IN TLIST [message #79605] |
Tue, 25 June 2002 14:10  |
Tyler
Messages: 123 Registered: January 2002
|
Senior Member |
|
|
Hello All,
My problem is that I have a search list form that is called from a form to do a search based on passed criteria. The list is populated with all of the names 'LIKE' the passed criteria. The thing is, even if I do an ORDER BY NAME in the where clause of the TLIST that is populated upon new form instance, everything goes in ALPHA order, but all CAPS names all show up in alpha order and then non capitalized after. Is there a way to get everything in alpha order, no matter if it's capitalized or not???
ie.
current situation...
(TLIST)
AAAAA
BBBBBB
EEEEE
ZZZZZ
aaaa
bbbb
eeeee
zzzzzz
I want...
(TLIST)
AAAAAA
aaaaaa
BBBBBB
bbbbbb
EEEEE
eeeee
ZZZZZ
zzzzz
Thanx,
Tyler
|
|
|
|
Goto Forum:
Current Time: Fri May 02 00:24:32 CDT 2025
|