Tim,
 
One thing you might do is put this code at the top of your list page:
 
<cfloop collection="#Form#" item="currentKey">
    <cfset Form[currentKey] = UCase(Form[currentKey])>
</cfloop>
 
That should do the trick.
 
HTH,
David
----- Original Message -----
Sent: Friday, June 03, 2005 3:24 PM
Subject: [plum] search question

I want all my searchs to be uppercase before submitting the query. So how do I do this? Typically #UCase(Form.value)# but not sure where to do this or if I need to alter each of the search custom tags. Gotta love that Oracle!

--
Tim Blankenship
[EMAIL PROTECTED]
www.vespri.com

Reply via email to