Help: Searching for a case

Hi, I ride a motorcycle in Europe. Due to high wind speeds, I fear for my brand new iPhone 4.
I just wanted a leather case, that I can fit my belt trough and stays there forever.
In other words...a non-clip, non-strap, non-inside-pockets, wind/drop-proof leather case.
Any suggestions ? Thanks.

I've seen most ebay and non-ebay leather cases/pouches. The problem is that most of them, there's no pictures of the back side.
I forgot to mention that I use the phone 70% of the time at work, and I have to wear a classic/casual uniform similar to those in hotel staff. Therefore, I cannot have something "radical" or outdoor-like such as sport straps. I need a leather case, that resists the bike speed, and I move alot at work also, so that's why I'm searching for something that will stay in my belt permanently locked and looks classic/professional.
I have found something almost suitable at a local chinese store, however it is horizontal, and the iphone 4 fits perfect, but quite honestly, looks like I wrapped a brick to my belt. So I'm going for vertical style. Unfortunately, the chinese store have tons of cases, but for iPhone 4 it's a no...
I still appreciate someone kind enough to give me more suggestions because I cannot find what I'm looking for online.
Thanks in advance.

Similar Messages

  • Search for LIFNR case insensitive + range

    Ladies and gentlemen,
    I could use your help. I need to select rows from LFA1 where the name (NAME1) matches a string. It has two difficult points, which I were not able to combine into a single solution, even after all the research I done.
    - I need the search to be case insensitive (I found a partial solution here)
    - I need to combine it with a range table
    So: I need a case insensitive search using range table. Can this be done effectively? Or is there any workaround you could suggest? This is just a minor part of the report about invoices and must not take long.
    Thank you for the time and effort,
    Cheers Otto

    Thank you, guys,
    you are very helpful, your ideas solved my problem. The MCOD* idea is easy/fast and solve my problem very well. I don´t understand why I didn´t find it myself. Hope to pay you back one day:))
    For others interested:
          DATA sx_dodnam TYPE TABLE OF z_dodnam_range.
          DATA wa_dodnam LIKE LINE OF sx_dodnam.
          LOOP AT s_dodnam INTO wa_dodnam.
            TRANSLATE wa_dodnam-low  TO UPPER CASE.
            TRANSLATE wa_dodnam-high TO UPPER CASE.
            APPEND wa_dodnam TO sx_dodnam.
          ENDLOOP.
          SELECT lifnr INTO wa_lifnr-low FROM lfa1 WHERE stcd2 IN s_ico AND mcod1 IN sx_dodnam.
            IF sy-subrc = 0.
              wa_lifnr-sign = 'I'.
              wa_lifnr-option = 'EQ'.
              APPEND wa_lifnr TO lt_lifnr.
            ENDIF.
          ENDSELECT.
    Cheers Otto

  • Applescript Help: Search for text in Safari DOM tree

    Im trying to make a script really similar what was asked here: Re: Find text in webpage and email notification applescript/automator Except instead of searching the "source code" of the page, I want the script to search the "DOM tree" for the page.
    To summarize, I am trying to make a script that loads a safari page, searches for a particular text in the DOM Tree, and if found will send me an email.
    Here is the code from the other thread I referenced:
    on idle
              set pagURL to "http://page.url.com?whatever"
              if application "Safari" is not running then
                        quit
                        return
              end if
              tell application "Safari"
                        set URL of document 1 of window 1 to "http://your.web.address/"
                        delay 5
      -- delay to let page load.
                        if source of document 1 of window 1 contains "search text" then
                                  my sendAMail()
                        end if
                        return 900 --fifteen minutes
              end tell
    end idle
    on sendAMail()
              tell application "Mail"
                        set theMess to make new outgoing message at end with properties {sender:"your name", subject:"some subject line", content:"The message you want to send to yourself", visible:true}
                        tell theMess
                                   make new to recipient at end of to recipients with properties {address:"[email protected]"}
                        end tell
      -- send theMess
              end tell
    end sendAMail
    Any help would be appreciated!

    For the URL you quote as an example (http://www.sislands.com/coin70/week2/NestedLoops1.htm), using text instead of source worked for me:
    if text of document 1 of window 1 contains "1  2  3  4" then
    another example:
    if text of document 1 of window 1 contains "10 12 14 16" then
    Note a double space between single digits (1  2  3  4) and a single space between double digits (10 12 14 16) is required for a match as per the table format:
    Any full line:
    if text of document 1 of window 1 contains "for (i = 1; i <= 10; i++) { // when i = 10" then
    or partial line works:
    if text of document 1 of window 1 contains "; i++) { // when i = 10" then

  • HELP: Searching for a String in a BinaryTree in Java

    Well I got the toString() and inOrder() working, so I know my list is printing correctly. What was making sense in my head obviously wasnt the correct way, and I think Im in that same boat again...(special thanks to hunter9000 for all the help)
    In my find method, were supposed to search for a given string, and return the number of compares that it took to find it! For example, if my root was "Brett" and it has children "Bill" and "Tom", then it would take 2 compares to find Tom, three for the next level, etc. If it doesnt find it, then return -1. As for now Im just trying to get it to give my the correct number if it DOES find it!
    From looking at the book's find method, I constructed my own...
           public int find(String s)
             Node temp = root;
             int b = 0;
             numberOfCompare++;
             while (temp != null)
                int compare = temp.toString().compareTo(s);
                if (compare < 0)
                   temp = temp.getRight();
                else if (compare == 0)
                   b = numberOfCompare;
                else
                   temp = temp.getLeft();
             return b;
          }Am I doing this all wrong? Because my program gets stuck in an infinite loop I think...

           public int find(String s)
             Node temp = root;
             int b = 0;
             while (temp != null)
                int compare = temp.toString().compareTo(s);
                if (compare == 0)
                   b = numberOfCompare;
                else if (compare < 0)
                   temp = temp.getRight();
                   numberOfCompare++;
                else if (compare > 0)
                   temp = temp.getLeft();
            numberOfCompare++;
                else
                   b = -1;
             return b;
          }I would think this would work? But its still stuck in the loop!!

  • Iam searching for test cases specific to iPhone apps

    Please help me out on writing Test cases specific to iPhone apps
    Thankyou

    I think I had the same problem. iTunes was reporting (in the side bar and at the bottom of the applications view) that there were X application updates but when I clicked it, it showed either none or only a couple of them.
    The problem was that iTunes checks if there are any updates to the applications you have installed (in your iTunes or iPhone) but when you go to see the updates, it logs in your iTunes account and displays the updates that are purchased with this specific account. Of course when you use for some reason two different accounts (e.g. just got a MobileMe account and want to use this instead of your previous), you will get different updates available to each account but the total number of updates will be displayed in various locations (sidebar, apps pane, iPhone app store icon badge).
    The only work-around I found was to logout from one account, login with the other, do the updates and log back in to the one I currently use.

  • Need help searching for dates

    I have to search the database for a month and year. When using the following sql statement i get error message ORA-01843 not a valid month. What am i doing wrong.
    select creation_date,customer_id from apps.cs_incidents_all_b
    WHERE to_date(creation_date,'MM') = to_date('10','MM')

    I figured it out. Thanks
    select creation_date,customer_id from apps.cs_incidents_all_b
    WHERE to_char(creation_date,'mm') = '10'
    and to_char(creation_date,'yyyy') = '2004'

  • Need help searching for a good IDE...

    I've been looking for a good Java IDE that is somewhat comparable to Visual Studio 2003 regarding parameter info helpers and syntax highlighting, with an thought of visual design too. Does Sun have an IDE similar to VS? Seems like I came across one of their products a few weeks ago. If not, do you know any free IDEs that have these features?

    I think NetBeans (see www.netbeans.org) is thebest:
    - code completion
    - sintax highlighting
    But not spell checking. If you refer to Java spell checking, or typos, it does. If you refer to a language like Italian, English... it doesn't.
    >
    - internal support for Web/J2EE applications
    development and testing
    - automatic JUnit tests creationIt writes the tests for you?Yes, it writes tests skeletons (the test bodies must be written...)

  • Search for upper case in Bex Queries

    Dear Gurus,
    I'm facing the following situation:
    I have a query from BW listing customers from a Infocube and it is displayed in uppercases, but when I click in the button filter in left panel from the characteristic Customer and type the customer name in lowercases it doesn't work anyway,
    What can I do to solve this problem?
    Thank you in advance,
    Fabio Purcino
    Brazil

    Hi,
    I've solved this problem by changing the function module RSD_CHA_BUILD_QUERY. I just added the following code before ENDFUNCTION.
      data: ti_where type table of rsdrs_s_where with header line.
      loop at e_sx_query-t_where into ti_where.
        translate ti_where-low to upper case.
        translate ti_where-high to upper case.
        append ti_where.
      endloop.
    Regards,
    Fabio Purcino

  • Cannot use Help | Search for Updates

    I just installed JDeveloper and am trying to run the updater from the Help directory. I am running on Linux and when I click update and put in my OTN username and password, the updater says my username or password are wrong. But, as you can see, I am able to log into OTN via a browser. What could be wrong? It makes no sense.
    Michael

    What version of JDeveloper are you using?
    If you are using 9.0.3, then it won't work anymore now that OTN uses SSL (9.0.3 didn't support SSL)
    Rob

  • HELP SEARCH

    Hi!
    The problem is:
    I've created a HELP SEARCH for a field in a dynpro based on the T5ITQN, but when a user click on the matchcode, he must see only certain records of the table T5ITQN (this depends only by the "type" of user) and not all the records in the T5ITQN. How i can do this?
    Thanks for the answers.

    Instead you can try this solution -
    TYPES: BEGIN OF ztable,
             numde(20),
             kunnr(10).
    TYPES: END OF ztable.
    DATA: i_ztable TYPE ztable OCCURS 0 WITH HEADER LINE.
    DATA: v_choice TYPE i.
    PARAMETERS: p_kunnr LIKE kna1-kunnr DEFAULT '4290'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_kunnr.
      i_ztable-numde = 'JOHN05001'.
      i_ztable-kunnr = '1'.
      APPEND i_ztable.
      CLEAR i_ztable.
      i_ztable-numde = 'PETE05001'.
      i_ztable-kunnr = '2'.
      APPEND i_ztable.
      CLEAR i_ztable.
      i_ztable-numde = 'JOHN05002'.
      i_ztable-kunnr = '1'.
      APPEND i_ztable.
      CLEAR i_ztable.
      i_ztable-numde = 'PETE05002'.
      i_ztable-kunnr = '2'.
      APPEND i_ztable.
      CLEAR i_ztable.
      CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'
           EXPORTING
                endpos_col   = 50
                endpos_row   = 20
                startpos_col = 1
                startpos_row = 1
                titletext    = 'Test'
           IMPORTING
                choise       = v_choice
           TABLES
                valuetab     = i_ztable
           EXCEPTIONS
                break_off    = 1
                OTHERS       = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        CLEAR i_ztable.
        READ TABLE i_ztable INDEX v_choice.
        MOVE i_ztable-kunnr TO p_kunnr.
      ENDIF.

  • Help search Characteristic value

    Hi gurus,
    I need one help search for all existing characteristic values in the system.  I have a chareacteristic name, lets say XPTO and i want to show all existing values in the system that XPTO has in the AUSP.
    Can someone help?
    Thk,
    Regards

    Hi  friend there  is  no serach help  for your  characteristic value and the characteris  name ....
    so  one thing  you have to  create a serach help  it and  attach to there  data element  ....
    if you want  you  see  it by pressing in the F4 help ..  it wont work     because  there is no seaarch help  ......
    Girish

  • Searching for Network / SIM card blocked - help please!!

    I have just purchased an 8700c from a reputable eBay seller from whom I have previously purchased other items.
    The 8700c was advertised as Unlocked without a SIM card.
    I have never owned a Blackberry before and am just getting familiar with it.
    When I click icon to 'Turn Wireless On' and press the Phone key then at top of screen displays "Searching for Network".
    After a minute or so displays "No Service".
    I bought the 8700c because one day my previous mobile phone did exactly the same thing.
    After an hour on my landline phone with the phone company they assured me the GSM network was functional in my area and suggested my old phone was faulty.
    Not knowing if the phone itself had just died or if fault was with the SIM card I took it to the local branch of the telco.
    One of the guys there swapped his SIM card into my phone and had same problem - hence phone faulty.
    Thinking about it later I realised that it didn't prove there wasn't also a problem with my SIM card but I thought it unlikely so decided to buy a new phone.
    Anyway, received the 8700c yesterday and have inserted my old SIM card, been reading manual, etc.
    Whilst learning how to use it I've been asked several times to enter a password.
    Assuming this was the PIN/password I had on my old phone to prevent use in case I lost the phone, I entered it and it was accepted without any error/warning.
    So I thought I was right in believing the PIN/password was stored on the SIM and not another code, maybe in some EPROM memory in the old phone - I'm not so sure now.
    Doing a Google search I've found mention of various PIN/PIN2/PUK/PUK2 codes used in mobile phones which, if not used correctly, can cause the phone to be locked permanently.
    Here's current information I've found on the 8700c:
    click icon Settings / Options / Status shows
          PIN:      {8 alphanumeric code}
          IMEI:     { 6 digits .00. 6 digits .5}      i.e 15 digits and 3 periods
    click icon Settings / Options / Advanced Options / SIM Card shows
          SIM Card: Blocked
          ID:     {20 digit number}
    click icon Phone shows
          My Number: Unknown
    click again to see list of items, scroll down to Options
    click again to see list of items headed Phone Options
    click on General Options
    the 'Show "My Number":' line has value Yes
    click icon Settings / Options / Network shows
          Network: * None *
          Network Selection Mode: Automatic
    click again to see list of items, scroll to My Preferred Network List
    click again to see one item which is GSM network associated with my old phone
    So it seems this has been found from the SIM card.
    The top left hand side of screen shows 'cingular' but I think I read somewhere that this was just the network for which the 8700c was originally issued and doesn't detemine whether the 8700c is currently locked/unlocked.
    Is 'My Number' Unknown because the SIM card is Blocked?
    Is the SIM card Blocked because I entered my old PIN password instead of the Settings / Options / Status alphanumeric code PIN or some other PIN?
    How can I determine if the 8700c is really unlocked?
    Are there some other settings/options or anything else I should do so I can get connected to the network?
    Any thoughts would be very welcome.

    I am having exactly the same problem mate. Never used a Blackberry - received mine today from eBay (Didn't include a manual) and i have been trying to configure it with no luck. I can't connect to a Network/My SIM Card is blocked/My number is unknown - Even though my SIM works perfectly in my Sony Ericsson. Have no idea what to do. Any help would be appreciated.

  • Neen help with date range searches for Table Sources

    Hi all,
    I need help, please. I am trying to satisfy a Level 1 client requirement for the ability to search for records in crawled table sources by a date and/or date range. I have performed the following steps, and did not get accurate results from Advanced searching for date. Please help me understand what I am doing wrong, and/or if there is a way to define a date search attribute without creating a LOV for a date column. (My tables have 500,00 rows.)
    I am using SES 10.1.8.3 on Windows 32.
    My Oracle 10g Spatial Table is called REPORTS and this table has the following columns:
    TRACKNUM Varchar2
    TITLE Varchar2
    SUMMARY CLOB
    SYMBOLCODE Varchar2
    Timestamp Date
    OBSDATE Date
    GEOM SDO_GEOMETRY
    I set up the REPORTS table source in SES, using TRACKNUM as the Primary Key (unique and not null), and SUMMARY as the CONTENT Column. In the Table Column Mappings I defined TITLE as String and TITLE.
    Under Global Settings > Search Attributes I defined a new Search Attribute (type Date) called DATE OCCURRED (DD-MON-YY).
    Went back to REPORTS source previously defined and added a new Table Column Mapping - mapping OBSDATE to the newly defined DATE OCCURRED (DD-MON-YY) search attribute.
    I then modified the Schedule for the REPORTS source Crawler Policy to “Process All Documents”.
    Schedule crawls and indexes entire REPORTS table.
    In SES Advanced Search page, I enter my search keyword, select Specific Source Group as REPORTS, select All Match, and used the pick list to select the DATE OCCURRED (DD-MON-YY) Attribute Name, operator of Greater than equal, and entered the Value 01-JAN-07. Then the second attribute name of DATE_OCCURRED (DD-MON-YY), less than equals, 10-JAN-07.
    Search results gave me 38,000 documents, and the first 25 I looked at had dates NOT within the 01-JAN-07 / 10-JAN-07 range. (e.g. OBSDATE= 24-MAR-07, 22-SEP-), 02-FEB-08, etc.)
    And, none of the results I opened had ANY dates within the SUMMARY CLOB…in case that’s what was being found in the search.
    Can someone help me figure out how to allow my client to search for specific dated records in a db table using a single column for the date? This is a major requirement and they are anxiously awaiting my solution.
    Thanks, in advance….

    raford,
    Thanks very much for your reply. However, from what I've read in the SES Admin Document is that (I think) the date format DD/MM/YYYY pertains only to searches on "file system" sources (e.g. Word, Excel, Powerpoint, PDF, etc.). We have 3 file system sources among our 25 total sources. The remaining 22 sources are all TABLE or DATABASE sources. The DBA here has done a great job getting the data standardized using the typical/default Oracle DATE type format in our TABLE sources (DD-MON-YY). Our tables have anywhere from 1500 rows to 2 million rows.
    I tested your theory that the dates we are entering are being changed to Strings behind the scenes and on the Advanced Page, searched for results using OBSDATE equals 01/02/2007 in an attempt to find data that I know for certain to be in the mapped OBSDATE table column as 01-FEB-07. My result set contained data that had an OBSDATE of 03-MAR-07 and none containing 01-FEB-07.
    Here is the big issue...in order for my client to fulfill his primary mission, one of the top 5 requirements is that he/she be able to find specific table rows that are contain a specific date or range of dates.
    thanks very much!

  • Need help with date range searches for Table Sources in SES

    Hi all,
    I need help, please. I am trying to satisfy a Level 1 client requirement for the ability to search for records in crawled table sources by a date and/or date range. I have performed the following steps, and did not get accurate results from Advanced searching for date. Please help me understand what I am doing wrong, and/or if there is a way to define a date search attribute without creating a LOV for a date column. (My tables have 500,00 rows.)
    I am using SES 10.1.8.3 on Windows 32.
    My Oracle 10g Spatial Table is called REPORTS and this table has the following columns:
    TRACKNUM Varchar2
    TITLE Varchar2
    SUMMARY CLOB
    SYMBOLCODE Varchar2
    Timestamp Date
    OBSDATE Date
    GEOM SDO_GEOMETRY
    I set up the REPORTS table source in SES, using TRACKNUM as the Primary Key (unique and not null), and SUMMARY as the CONTENT Column. In the Table Column Mappings I defined TITLE as String and TITLE.
    Under Global Settings > Search Attributes I defined a new Search Attribute (type Date) called DATE OCCURRED (DD-MON-YY).
    Went back to REPORTS source previously defined and added a new Table Column Mapping - mapping OBSDATE to the newly defined DATE OCCURRED (DD-MON-YY) search attribute.
    I then modified the Schedule for the REPORTS source Crawler Policy to “Process All Documents”.
    Schedule crawls and indexes entire REPORTS table.
    In SES Advanced Search page, I enter my search keyword, select Specific Source Group as REPORTS, select All Match, and used the pick list to select the DATE OCCURRED (DD-MON-YY) Attribute Name, operator of Greater than equal, and entered the Value 01-JAN-07. Then the second attribute name of DATE_OCCURRED (DD-MON-YY), less than equals, 10-JAN-07.
    Search results gave me 38,000 documents, and the first 25 I looked at had dates NOT within the 01-JAN-07 / 10-JAN-07 range. (e.g. OBSDATE= 10-MAR-07, 22-SEP-07, 02-FEB-08, etc.)
    And, none of the results I opened had ANY dates within the SUMMARY CLOB…in case that’s what was being found in the search.
    Can someone help me figure out how to allow my client to search for specific dated records in a db table using a single column for the date? This is a major requirement and they are anxiously awaiting my solution.
    Thanks very much, in advance….

    raford,
    Thanks very much for your reply. However, from what I've read in the SES Admin Document is that (I think) the date format DD/MM/YYYY pertains only to searches on "file system" sources (e.g. Word, Excel, Powerpoint, PDF, etc.). We have 3 file system sources among our 25 total sources. The remaining 22 sources are all TABLE or DATABASE sources. The DBA here has done a great job getting the data standardized using the typical/default Oracle DATE type format in our TABLE sources (DD-MON-YY). Our tables have anywhere from 1500 rows to 2 million rows.
    I tested your theory that the dates we are entering are being changed to Strings behind the scenes and on the Advanced Page, searched for results using OBSDATE equals 01/02/2007 in an attempt to find data that I know for certain to be in the mapped OBSDATE table column as 01-FEB-07. My result set contained data that had an OBSDATE of 03-MAR-07 and none containing 01-FEB-07.
    Here is the big issue...in order for my client to fulfill his primary mission, one of the top 5 requirements is that he/she be able to find specific table rows that are contain a specific date or range of dates.
    thanks very much!

  • How to search for upper/lower case using string using JAVA!!!?

    -I am trying to write a program that will examine each letter in the string and count how many time the upper-case letter 'E' appears, and how many times the lower-case letter 'e' appears.
    -I also have to use a JOptionPane.showMessageDialog() to tell the user how many upper and lower case e's were in the string.
    -This will be repeated until the user types the word "Stop". 
    please help if you can
    what i have so far:
    [code]
    public class Project0 {
    public static void main(String[] args) {
      String[] uppercase = {'E'};
      String[] lowercase = {'e'};
      String isOrIsNot, inputWord;
      while (true) {
       // This line asks the user for input by popping out a single window
       // with text input
       inputWord = JOptionPane.showInputDialog(null, "Please enter a sentence");
       if ( inputWord.equals("stop") )
        System.exit(0);
       // if the inputWord is contained within uppercase or
       // lowercase return true
       if (wordIsThere(inputWord, lowercase))
        isOrIsNot = "Number of lower case e's: ";
       if (wordIsThere(inputword, uppercase))
         isOrIsNot = "number of upper case e's: ";
       // Output to a JOptionPane window whether the word is on the list or not
       JOptionPane.showMessageDialog(null, "The word " + inputWord + " " + isOrIsNot + " on the list.");
    } //main
    public static boolean wordIsThere(String findMe, String[] theList) {
      for (int i=0; i<theList.length; ++i) {
       if (findMe.equals(theList[i])) return true;
      return false;
    } // wordIsThere
    } // class Lab4Program1
    [/code]

    So what is your question? Do you get any errors? If so, post them. What doesn't work?
    And crossposted: how to search for upper/lower case using string using JAVA!!!?

Maybe you are looking for