Hoppa till huvudinnehållet

Convert to UPPER - AutoCompleteBox

Kommentarer

6 kommentarer

  • Permanently deleted user

    Hi Chris,

    I'm not a pro at this, but I think if you add UPPER a couple of times it will do the trick:

    UPPER{0} Like UPPER'{1}%'

    Give that a shot.  My query is a bit insane in comparison but this is what I am using, in case it helps:

    "UPPER (NAME) LIKE UPPER('" + "%" + name + "%" + "')"

    Cheers,

    Stephanie

    0
  • Permanently deleted user

    Thanks for the help,

    That didn't seem to do it, the query looks right but anytime I change what I currently have the autocomplete box no long works.

    Chris

    0
  • Permanently deleted user

    Just wanted to say thanks! I played around with what you sent and this is what eventually worked.

    {0} Like UPPER ('{1}%')

     

    Chris

     

    0
  • Permanently deleted user

    awesome!  :)

    0
  • Permanently deleted user

    Has anyone else noticed a severe performance hit when using Upper() as opposed to having the user type the contents in uppercase?

    0
  • Permanently deleted user

    I have not noticed a performance hit since I got it working no, the auto-complete appears almost instantly.

     

    Chris
    0

Du måste logga in om du vill lämna en kommentar.