ORDER BY - Total Success!
Rick Robinson
rickrobinson at attbi.com
Thu Jan 23 13:25:37 CST 2003
No problem. You got me on the right track and now I understand this
stuff better than I ever wanted to!
Rick
On Thursday, January 23, 2003, at 01:12 PM, jda wrote:
>>
>>
>> //now create method NOT indexed by words and return uppercased (for
>> case insensitive search/sort)
>> myFieldSortMethod = new VText("myFieldSortMethod", 128, "English",
>> kV_Indexed)
>> myFieldSortMethod.SetMethod("Upper(myField)")
>>
>> However, there is an understandable error in this. The .SetMethod
>> statements should be:
>>
>> myFieldMethod.SetMethod("Upper(title)")
>>
>> and
>>
>> myFieldSortMethod.SetMethod("Upper(title)")
>>
>> Thanks to everyone for the help. I think I'm on the right track now.
>>
>> Rick
>>
>
> Yeah, I thought I changed all the 'title's to 'myField's (was trying
> to send generic code). I see I missed one. Sorry about that.
>
> Jon
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://listserv.macserve.net/mailman/listinfo/valentina
>
More information about the Valentina
mailing list