Can SetOrderBy sort case insensitive?
Posted: Sat 17 Mar 2012 08:14
Delphi XE2 with SP 4
IBDAC version 4.1.5
When SetOrderBy(fieldName) is used, can the resultant sort be case insensitive ?
At the moment, all the upper case items are displayed first, followed by the lower case items, when I really want it to be in strictly alphabetical order, regardless of case
I have set the TIBConnection option DefaultSortType to stCaseInsensitive, but this does not seem to affect the SetOrderBy function.
Thanks for your help.
Colin
IBDAC version 4.1.5
When SetOrderBy(fieldName) is used, can the resultant sort be case insensitive ?
At the moment, all the upper case items are displayed first, followed by the lower case items, when I really want it to be in strictly alphabetical order, regardless of case
I have set the TIBConnection option DefaultSortType to stCaseInsensitive, but this does not seem to affect the SetOrderBy function.
Thanks for your help.
Colin