Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 6 of 6

Thread: Fill function NOT case sensitiv?

  1. #1
    Member
    Join Date
    Jan 2008
    Location
    Luxembourg
    Posts
    48

    Default Fill function NOT case sensitiv?

    Hello,
    me and all SM7 users are really confused about the stupid behaviour that the fill funtcion is case sensitiv. It may help in a few cases, but in these days every user expects from a software to function case insensitiv.

    I considered already switching SM7 to case insensitiv, but I do not know what I will loose and what I will gain. I scared about side effects.

    In fact the only thing that I want to gain is a fill, that doesn't care about case sensitivity.

    Thanks for your hints.

    Cheers

    Oliver

  2. #2
    Junior Member
    Join Date
    Mar 2006
    Posts
    8

    Default

    In cases where we want to do a case-insensitive fill, we build the query manually in the link line and use the toupper/tolower functions:

    $query="logical.name#\""+tolower(logical.name in $File)+"\" or logical.name#\""+toupper(logical.name in $File)+"\""

  3. #3
    Member
    Join Date
    Jan 2008
    Location
    Luxembourg
    Posts
    48

    Default

    Hi williajx,

    I started testing based on your query. It is not yet completely working as I want it to work, but I see already first positive results.

    Thanks for your hint.

    Oliver

  4. #4
    Senior Member
    Join Date
    Jul 2006
    Location
    San Francisco, CA
    Posts
    172

    Default

    The simplest way to address this is to use a consistent case for your source files, then set the case conversion on your form objects so the user doesn't have to know the case. I've done this with every SC system I've ever deployed and "case-sensitive fills" have never presented a problem. It is a simpler approach than modifying all of the link lines to include case conversion in the background.
    Last edited by jstagaman; 2008-03-17 at 21:21.

  5. #5
    Member
    Join Date
    Jan 2008
    Location
    Luxembourg
    Posts
    48

    Default

    Hmmm, I do partly agree.

    Please don't forget we are in 2008 and not back in the 80th. Customers want and expect text is being entered as it is typically done. A software for thousands of dollars (or Euro) is unable to execute a fill or search just because the chars are not entered as the software (developer) wants it????

    Look how Google works. SM7 should do it in the same way - oob.

    I succeeded now in changing the query to do the fill case-insensitiv. If you know it, it is easy - as always.

    I would like to know how you set your production environments regarding case sensitivity.

    Do you set it up in case sensitiv mode?

    Thanks for your responses.

  6. #6
    Senior Member glg's Avatar
    Join Date
    Aug 2004
    Location
    Chicago, IL, USA
    Posts
    714

    Default

    We just force uppercase on fields where it matters (categorization, assignment, etc)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts