A small but very usefull help needed!

Hello,
I am not sure if i have posted this toppic in the correct forum but i want to write a small javascript command.
I have an application in which i have to always press some and then enter so that it can refresh. Can anyone show me or write a small command to help me out?
It would be very usefull.
Thank you in advance!

This is not the correct forum for your question. You should direct it to a development forum.

Similar Messages

  • A small but very irritating bug in Mail: after pressing the spacebar after typing an apostrophe in a word such as "we're", the cursor moves to the left i.e. backwards, and not to the right, effectively deleting a space and not creating one.

    When composing an email in Mac Mail I've noticed a small but very irritating bug: pressing the spacebar after typing an apostrophe in a word, e.g. "we're", the cursor moves to the left i.e. backwards, and not to the right, effectively deleting a space and not creating one.
    Any ideas?

    I just recreated this problem on my iMac (wired KB, no wireless KB) by changing Mail > Preferences > Composing > Spellcheck from "as I type" to "never". Then type a contraction ending in 're and the space bar causes the cursor to jump back as others have stated, to the spot 'r|e
    Next, I went into System Preferences > Keyboard > Text, and turned off "use smart quotes" and the problem went away again.
    From this point (smart quotes off, spell checking never), if I turn Smart Quotes ON, the problem returns.
    The problem is dependent on the state of both settings.
    The spacebar in Mail "works" if I have either of the following setting combinations:
    Keyboard: smart quotes OFF, Mail: check spelling ANY SETTING
    Keyboard: smart quotes ON, Mail: check spelling AS I TYPE
    Other combinations FAIL
    Keyboard: smart quotes ON, Mail: Check spelling NEVER
    Keyboard: smart quotes ON, Mail: Check Spelling WHEN I CLICK SEND
    Looks to me like there's a bug in Mail > Preferences > Check spelling > NEVER and WHEN I CLICK SEND that interacts badly with Keyboard > Smart quotes ON.
    Thanks.
    Todd Smithgall

  • Very Urjent Help Needed

    Hi All,
    Again i am here for your valuable suggestion and help.
    I dont know User Exit. I got a situation like below. Plz give me some step by step process to resolve the issue, My time is very short.. so if u can give the exact full steps it will be very helpfull for me. The issue is as follows..
    In existing system, the price comparison report is generated through standard
    transaction code ME49. There is no field to capture remarks against the quotations.
    An additional Z field for remarks is to be displayed in Price Comparison Report.
    This Z field will be picked from transaction of Quotation maintenance.
    Quotation maintenance (ME47)
    Price Comparison Report (ME49)
    Table for Quotation maintenance (RM06E, EKPO, and EKKO)
    ZREMARKS, Z field needs to be added and displayed in Report of Price Comparison.
    I am waiting for your valuable answer so that i can start and resolve this as soon as possible..
    Best Regards
    Sivaji Dutta

    Hi,
    CMOD is the Project Management of SAP Enhancements (i.e., SMOD Enhancements). SMOD contains the actual enhancements and CMOD is the grouping of those SMOD enhancements. 
    User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a function module. The code for the function module is written by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module. 
    The naming standard of function modules for function module exits is: 
    EXIT_<program name><3 digit suffix> 
    The call to a functionmodule exit is implemented as: 
    CALL CUSTOMER.-FUNCTION <3 digit suffix> 
    For Example: 
    The program for transaction VA01 Create salesorder is SAPMV45A
    1. If you search for CALL CUSTOMER-FUNCTION program SAPMV45A you will find ( Among other user exits): 
    CALL CUSTOMER-FUNCTION '003'
      exporting
        xvbak   = vbak
        xvbuk   = vbuk
        xkomk   = tkomk
      importing
        lvf_subrc = lvf_subrc
      tables
        xvbfa = xvbfa
        xvbap = xvbap
        xvbup = xvbup. 
    The exit calls function module EXIT_SAPMV45A_003 
    2. How to find user exits 
    Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT 
    If you know the Exit name, go to transaction CMOD. Choose menu Utillities->SAP Enhancements. 
    Enter the exit name and press enter. 
    You will now come to a screen that shows the function module exits for the exit. 
    or use this ABAP program to search for user exits :-
    Finding the user-exits of a SAP transaction code
    3. Using Project management of SAP Enhancements 
    You want to create a project to enhance transaction VA01
    - Go to transaction CMOD
    - Create a project called ZVA01
    - Choose the Enhancement assign radio button and press the Change button
    In the first column enter V45A0002 Predefine sold-to party in sales document . Note that an enhancement can only be used for 1 project. If the enhancement is allready in use, and error message will be displayed
    - Press Save
    - Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. 
    - Double Click on the exit.
    Now the function module is displayed. Double click on include ZXVVAU04 in the function module
    Insert the following code into the include: E_KUNNR = '2155'. 
    Activate the include program. Go back to CMOD and activate the project. 
    Goto transaction VA01 and create a salesorder. Note that Sold-to-party now automatically is "2155
    This is an example for ur refernce. You can do accordingly for ur requirement
    Regards,
    Renjith Michael.

  • Images smaller printed then edited, help needed

    Hello everyone.
    I'm using LiveCycle Manager 8.0 on Win XP SP3
    When building a new form i got various problems with images being printed smaller then what is defined and shown in the edited and also in preview mode.
    The problem occurs with images that are being included with Image Fields.
    The problem gets even bigger if i place the images by showing them by the push of a button (script)
    Pictures will not be x/y placed and sized as defined in the layout parameter
    Here are some details about the pics:
    Larger header pic 17.7 x 8.0 cm, 300dpi
    Smaller pics bellow 17.7 x 1.6 cm, 300dpi
    Here are some screen shoots to show you how it looks.
    Any help would be great as I really tried a lot but can't find a solution.
    Designmode:
    Preview Mode
    Final PDF messed up
    PS: LiveCycle Manager also seems to run very bugy. Sometimes it crashes when changing a image parameter.

    Hi,
    OK I am trying to get to grips with what you are trying to achieve.
    The preview now shows how the form will look in Acrobat (Form / Properties / Preview / Interactive).
    In the top imageField I cannot explain why the displayed image is not as per the design view. Because it works for an image object (rev 1 in previous post), I suspect that it is a bug in the imageField object.
    There are workarounds however it would depend on the number of options (images) that the user has to select and if these images will change over time. If there are a small number of options, you could include all of the images in a series of image objects that are hidden and then change the visibility depending on what the user selects. This would be easier for the user because they would not have to browse to an image location.
    In relation to the "Geben Sie hier einen Titel ein |" header; if you are looking to change the background colour, then there is a simpler way, which i have included in rev 2.
    You can script rectangles for presence, colour, etc. The rectangle cannot contain the script, but you can include script in a button that will affect the presence and appearance (look) of the rectangle.
    Hope that helps,
    Niall

  • Very urgent help needed in activating a function module

    Hello experts.
    I had a standard report and i copied into an z report. i need to change some field output , and that field is there in a standard function module.so i copied that fun module  into z fun module and stored in a new fun group. Now it is showing the error in the z fun module. include in the fun module is giving the error stating that it is not existing. please help me in coping the standard fun module correctly . please its very urgent.

    Hi,
    You should not copy a Function module alone, as it will have some dependant INLCUDES and global data in TOP include of the function group.
    SO if you want the function module copy the entire Function Group into Z function group.
    Regards,
    Sesh

  • Very Urgent Help needed - Arabic support in  Forms6i& reports6i

    Hi,
    Its a very very very urgent requirement.
    How to Provide the arabic support in forms .
    I am working on Windows Xp operating system.
    1. How to Configure the Windows XP Operating system to provide arabic support?
    In Design time i want to use English and during runtime i should be able to toggle beteen English and Arabic for Entering the data.Arabic data should be captured in seperate fields.
    1. How to configure the oracle 8i/9i databases to provide both arabic(Saudi Arabia) and english? what characterset i need to
    choose for saudi arabic?
    2.How to install forms & Reports with arabic support?
    3.How to dispaly the data in both english and arabic in forms and reports during runtime?
    I will be really greatful if u are able to provide me that help and my advanced thanks to ur help.This very
    very urgent.
    Regds,
    B.Prasad
    [email protected]

    Badma,
    1. How to Configure the Windows XP Operating system to
    provide arabic support?Please go to "Regional and Language Options" from the Control Panel. In the "Standards and formats" group of the "Regional Opitons" tab, select "Arabic (Saudi Arabia)". In the "Language for non-Unicode programs" group of the "Advanced" tab, select "Arabic (Saudi Arabia)", then restart Windows. If "Arabic (Saudi Arabia)" is not listed, then please go to the "Langauges" tab and make sure the "Install files for complex script and right-to-left languages (including Thai)" in the "Supplemental language support" group is checked.
    1. How to configure the oracle 8i/9i databases to provide
    both arabic and english? what characterset i need to
    choose for saudi arabic?If you're not planning to support other languages than Arabic and English (7-bit), AR8MSWIN1256 should work for you. If you're planning to support other languages in the future, I would recommend you to create your database in UTF8 (Forms/Reports 6i doesn't work with AL32UTF8 database). Please note Arabic characters are represented in 2 bytes in UTF8 while they are 1 byte in AR8MSWIN1256.
    2.How to install forms & Reports with arabic support?If you need Arabic translation, then please select Arabic when you're asked the language(s) to install. Otherwise, notmal Forms/Reports installation should work for you.
    3.How to dispaly the data in both english and arabic in
    forms and reports?Set your NLS_LANG to ARABIC_SAUDI ARABIA.AR8MSWIN1256.
    Hope this helps.
    Regards,
    - Makoto

  • Very very urgent help needed Distributed environment.

    Hi All,
    I want to know more about distributed environment. Typically we do have only one PRODUCTION system like 100.all the day to day business activities in real time will be done in this system. where the question will arise transfering the data from one system to other system using ALE/EDI-IDOCS.
    for suppose::::
    data between sales organization to warhouse and manufacturing unit to warehouse.
    and all invoices will goes to respective company code in FI. then all should be done under the one roof (client). that client is here 100 as PRODUCTION system,as per my knowledge.
    i am expecting clear understanding of this scenario from you guys.
    like my questions???
    1) what is the system?
    ANS: warehouse, sales organization,manufacturing unit these all are systems.where we can define in one PRODUCTION system and one client. and  these RFC destinations we create like three digit or thru IP address.
    2) i want to know about this three digit sytem? whether it will create it within the production system (100)?
    3) if it is created within the production client(100) system then what the need of IP address?
    4) what is client?
    ANS: client is highest hierarchy in the sap system.in production we maintain 100 as a one. but in development systems and other quality systems we maintain like 100,200,300,400,500,,,Etc.according to business requirement.
    *********(Please dont say answers like dev syst to quality systems)***********
    my thoughts and views i added, i wnat to know clear scenario, within two lines.if it possible?
    earliest answer is more appreciable.
    warm regards,
    lynx.

    Hi
    1. Client : A group of users who can Access some portion of data in SAP system Database.
    SAP introduced the Client Concept to allow different category of users (Such as Developers , Testers, End users) in the Same SAP BOX (server).
    that is why Tables in SAP Database are categorized as Cross-client (shared) and Client-specific.
    So a production server can have one or more clients or all users may be on Same client.
    2. Distributed processing : Check this Scenario .. that will help..
    Customer has a separate SAP Warehouse Management System (WMS) in the R/3 landscape where all R/3 Distribution data are replicated/distributed from R/3 to the WMS system via ALE. For example, Sales Orders are created in R/3 - when they are delivered (Sales document->Deliver) the ALE kicks in and the same Delivery doc is distributed to the WMS system but the Sales order is not distributed. Any subsequent functions for the Delivery like Picking, Packing, Goods Issue, Shipment is then done from the WMS system only so that all distribution specific transactional data are stored and processed from the WMS system.
    Again, in order to successfully distribute the delivery documents to the WMS system from R/3 via ALE, a lot of SD master data needs to be distributed prior to these subsequent distribution business processes (like picking, packing, GI etc.). So another set of ALEs are also set up to distribute SD master data via IDocs (within the ALE framework) to the WMS system every time master data is created/changed in the R/3 - for example - Plant, Warehouse, Storage Type, Storage Location, Material Master etc.
    For distribution of materials from R/3 to WMS, we use Basic Type/IDoc Type MATMAS05, Message Type MATMAS. We've set up MATMAS05 using ALE Filters on Division, Sales Org., Distribution Channel, Material Type, Storage Location and Plant as we want only specific org data to distribute across WMS.
    <b>Reward if helpful.</b>

  • Very urgent help needed- Error while passing XML document to Oracle stored

    Hi !
    I have been struggling a lot to call Oracle 9i stored procedure passing Stringbuilder object type from ASP.NET
    I am using Visual Studio 2008 Professional, OS: Windows XP and Oracle: 9.2.0.1.0
    Following is the procedure:
    CREATE or REPLACE PROCEDURE loadCompanyInfo (clobxml IN clob) IS
    -- Declare a CLOB variable
    ciXML clob;
    BEGIN
    -- Store the Purchase Order XML in the CLOB variable
    ciXML := clobxml;
    -- Insert the Purchase Order XML into an XMLType column
    INSERT INTO companyinfotbl (companyinfo) VALUES (XMLTYPE(ciXML));
    commit;
    --Handle the exceptions
    EXCEPTION
    WHEN OTHERS THEN
    raise_application_error(-20101, 'Exception occurred in loadCompanyInfo procedure :'||SQLERRM);
    END loadCompanyInfo ;
    And following is the ASP.net code:
    StringBuilder b = new StringBuilder();
    b.Append("<?xml version=\"1.0\" encoding=\"utf-8\" ?>");
    b.Append("<item>");
    b.Append("<price>500</price>");
    b.Append("<description>some item</description>");
    b.Append("<quantity>5</quantity>");
    b.Append("</item>");
    //Here you'll have the Xml as a string
    string myXmlString1 = b.ToString();
    //string result;
    using (OracleConnection objConn = new OracleConnection("Data Source=testdb; User ID=testuser; Password=pwd1"))
    OracleCommand objCmd = new OracleCommand();
    objCmd.Connection = objConn;
    objCmd.CommandText = "loadCompanyInfo";
    objCmd.CommandType = CommandType.StoredProcedure;
    //OracleParameter pmyXmlString1 = new OracleParameter("pmyXmlString1", new OracleString(myXmlString1));
    objCmd.Parameters.Add("myXmlString1", OracleType.clob);
    objCmd.Parameters.Add(myXmlString1).Direction = ParameterDirection.Input;
    //objCmd.Parameters.Add("result", OracleType.VarChar).Direction = ParameterDirection.Output;
    try
    objConn.Open();
    objCmd.ExecuteNonQuery();
    catch (Exception ex)
    Label1.Text = "Exception: {0}" + ex.ToString();
    objConn.Close();
    When I am trying to execute it, I am getting the following error:
    Exception: {0}System.Data.OracleClient.OracleException: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'LOADCOMPANYINFO' ORA-06550: line 1, column 7: PL/SQL: Statement ignored at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc) at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals) at System.Data.OracleClient.OracleCommand.ExecuteNonQueryInternal(Boolean needRowid, OciRowidDescriptor& rowidDescriptor) at System.Data.OracleClient.OracleCommand.ExecuteNonQuery() at Default.Button1Click(Object sender, EventArgs e)
    I understand from this that the .net type is not the correct one, but I am not sure how to correct it. I could not find any proper example in any documentation that I came across. Most of the examples give information on how to read but not how to insert XML into Oracle table by calling Stored Procedure.
    Can you please help me to solve this problem? I hope that you can help solve this.
    Also, can you please give me an example of passing XML document XMLdocument to Oracle Stored procedure.
    In both the cases, if you can provide the working code then it would be of great help.
    Thanks,

    Hi ,
    Additional to the Above error details my BPEL code looks like this:
    <process name="BPELProcess1"
    targetNamespace="http://xmlns.oracle.com/Application10/Project10/BPELProcess1"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:client="http://xmlns.oracle.com/Application10/Project10/BPELProcess1"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
    <partnerLinks>
    <partnerLink name="bpelprocess1_client" partnerLinkType="client:BPELProcess1" myRole="BPELProcess1Provider" partnerRole="BPELProcess1Requester"/>
    </partnerLinks>
    <variables>
    <variable name="inputVariable" messageType="client:BPELProcess1RequestMessage"/>
    <variable name="outputVariable" messageType="client:BPELProcess1ResponseMessage"/>
    </variables>
    <sequence name="main">
    <receive name="receiveInput" partnerLink="bpelprocess1_client" portType="client:BPELProcess1" operation="process" variable="inputVariable" createInstance="yes"/>
    <invoke name="callbackClient" partnerLink="bpelprocess1_client" portType="client:BPELProcess1Callback" operation="processResponse" inputVariable="outputVariable"/>
    </sequence>
    </process>
    Kindly help if anyone has faced this Issue before.
    Regards,
    Rakshitha

  • Two small but very important enhancements

    In my prior posts I mentioned two very easy but important enhancemens. I did
    not see them implemented in 2.2.4 or 2.2.5 so I would like to reemphasize my
    points
    1. When printing failed object in exception (or any other place where you
    print OID) please print OID instance class otherwise people would get just
    pk field value(s) and it is impossible to say which object actually failed.
    We had it in production and could not figure out which class it was -
    frustrating
    2. There are cases when referential integrity can not be enforced (mylti
    database models, view based tables etc) under this conditions it is possible
    to get dangling references which are resolved by Kodo to null. In avarage
    application if a required field suddenly gets resolved to null we get
    NullPointerException. It would not be good idea to guard against nulls
    because the field is required and can be null only due to data problems
    (usually created by external database access). To aid debugging please log
    those cases (when reference column has value but it does not point to any
    valid record). It would be great if you could supply "from instance" (class
    and OID), to instance (class and OID) and error message ofcourse

    Alex Roytman wrote:
    1. When printing failed object in exception (or any other place where you
    print OID) please print OID instance class otherwise people would get just
    pk field value(s) and it is impossible to say which object actually failed.
    We had it in production and could not figure out which class it was -
    frustratingSome changes along these lines are actually already in current 3.0 builds.
    -Patrick

  • Very urgent help needed

    can any tell me : in ALV list, when i double click on the order number, its get hyper linked to va03 and in the same list, when i double click on sold to /ship to (kunnr), it is hyperlinked to vd03.
    please write the code for the same. I'm using the Reuse_alv_grid_display FM.
    thanks,
    shamim

    Hi Shamim,
                      please refer this code.
    FORM USERCOMMAND USING PUCOM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD.
    CASE PUCOM.
    WHEN '&IC1'.                 "<b>IC1 is fcode for double click</b>
    IF SELFIELD-FIELDNAME = 'VBELN'.
    SET PARAMETER ID 'AUN' FIELD SELFIELD-VALUE.
    CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.
    *here input value to va03 will the value on which u will double click
    ELSEIF SELFIELD-FIELDNAME = 'KUNNR'."
    SET PARAMETER ID 'KUN' FIELD SELFIELD-VALUE.
    CALL TRANSACTION 'VD03' AND SKIP FIRST SCREENENDIF.
    ENDCASE.
    *here input value to vd03 will the value on which u will double click
    ENDFORM.
    Reward points if helpful.
    Regards,
    Hemant

  • Constraint Problem in Foreign key --- Very Urgent - Help Needed

    Hello All,
    There are 2 tables and their associated fields
    EmpProj
    Emp_id(pk)
    Proj_id (pk)
    eff_from_dt(pk)
    ProjDesc
    Proj_id(fk)
    eff_from_dt(fk)
    Proj_name
    I have created the 2 tables like shown below
    CREATE TABLE EMPPROJ
    (EMP_ID NUMBER,
    PROJ_ID NUMBER,
    eff_from_dte date,
    PRIMARY KEY(EMP_ID,PROJ_ID,EFF_FROM_DT)
    CREATE TABLE PROJDESC
    (PROJ_ID NUMBER,
    PROJ_NAME VRACHAR2(20),
    EFF_FROM_DT DATE,
    CONSTRAINT S2 FOREIGN KEY(PROJ_ID,EFF_FROM_DT) REFERENCES EMPPROJ(PROJ_ID,EFF_FROM_DT));
    Now whenever i try to create a foriegn key table it gives an error message like "No matching parent key found."
    The columns in the foreign key should be same in number, same datatype and size. you can't create a foreign key with one column for a primary key of two columns.
    What i need to do to refer only the two columns in the Primary Key by a Foreign key?
    Please suggest anyway to resolve this problem.
    Thanks in advance.
    Captain

    My question is
    The foreign key can not refer only partial column of primary key as the rule of RDMS.
    How should i achieve that by other alternatives?
    Please suggest any method.
    Thanks in advance.

  • Small but very annoying problem

    I am running with a GF4 ti 4600 128mb and Windows xp home edition.
    My problem is that after I go to color correction and change the contrast/gamma/brightness and click "apply" then activate a game any game the properties go back to the original settings I had before. Which is the hardware default btw.
    So how can I keep the brightness up? It's really annoying when you try to play a game and everything is very dark.
    My monitor is also up to its full contrast also.

    If nothing else works, try changing the refresh rate of your monitor; usually lower refresh rates have a brighter  image.
    BTW have you tryed to use the on-screen controls of the monitor?
    Greetings

  • Very very urgent help needed

    When I have break groups in my report all of sudden the generate to file option stopped working in report 6i.
    Please anyone who has faced this problem throw some light on this.
    aruna

    correnction ---
    it is not working when integrated into forms. ie I am calling this report from a forms menu and then it does not work.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by aruna1000:
    When I have break groups in my report all of sudden the generate to file option stopped working in report 6i.
    Please anyone who has faced this problem throw some light on this.
    aruna<HR></BLOCKQUOTE>
    null

  • Help need my mac pro for school..it has Grey screen..spinning wheel...repaid disk ok...repair disk permission all repaired but one warning...

    Help need my mac pro for school..it has Grey screen..spinning wheel...
    I think I have  mountain lion OS X....I have done I think almost every suggestion I've seen in discussion boards.
    Boot in recovery repaired disk...ok...repair disk permission...all repaired but one warning...I've tried to reinstall lion (without losing data) and it Got all the way to one minute to be done and then the time change back two hours and kept doing this all night long.  I haven't done a back up due to no external for time machine.
    I hope someone can please help me I've been going crazy for a week now trying to figure this out.  I use my computer for school and I'm currently very behind from in my school work  thank you
    Also I've checked my available space  424.91 free of 750 gigs....disk is verified

    Welcome to the Apple Support Communities
    Try holding the Shift key while your Mac is starting to start into safe mode. Then, after starting in safe mode, open Finder, select Go menu (on the menu bar) > Go to Folder, and type /Library/StartupItems. Then, empty this folder and restart the Mac.
    If your Mac starts after doing this, it was a problem with a third-party app that starts automatically when you turn on the computer. It won't start automatically anymore after doing that

  • Dear Sir/Mam, I am writing you because of facing a problem in my ipod. I have downloaded wechat a month a go and then deleted later on, but last night I needed wechat again so i try to download it but the very astonishing problem occurs in downloading tha

    Dear Sir/Mam,
    I am writing you because of facing a problem in my ipod. I have downloaded wechat a month a go and then deleted later on, but last night I needed wechat again so i try to download it but the very astonishing problem occurs in downloading that. In apple store when i search wechat there is written open on it right side instead of free or install. I become so much astonished that if i don't have wechat in my ipod apps then how it become written open on it....?????? i just tap that open but its nor opening neither downloading.....
    I am so much worried about that problem because i need wechat badly....
    Please help me as soon as possible....

    If you are getting the 'open' option on the Purchased tab in the App Store app then that implies that you still have the app installed - you've checked all of your iPod's homescreens and app folders for it, and tried searching for it via its spotlight search screen (swipe your first homescreen to the right) ? Do any of those find it, or if you tap on the 'open' button does that open the app ?

Maybe you are looking for

  • Problem opening a file from Runtime.exec()

    hi I'm trying to open a certificate (.cer), from my java code. If I go on a windows command, and I type only the name of my certificate ( f:\certificate.cer), it is opened. If I use the java code Process process = Runtime.getRuntime().exec("F:\\certi

  • Different IDOCs

    Hi All, I am getting a file from Legacy. I want to send this to SAP. So I have imported my IDOC into XI. Now in my IDOC I have three segements. In the second segment I have three fields. This three fields are mapped from File. Now if any one of the f

  • How do I download and install photoshop if I already bought the installation disk?

    Hi, so I ordered a MacBook pro with retina display from best buy and I also bought photoshop so that I could install it to my computer but I didn't realize this MacBook doesn't have a CD drive. I don't know what to do since the photoshop installation

  • Samsung 250GB HDD HM250JI = PAIN!

    Just wanted to post this to try to save others pain with this drive. I do not recommend this drive with Leopard. Symptoms: Spotlight wont index, stuck on estimating time x hours, safari very slow to type in web forms and unstable ... crashing frequen

  • How to make vibration longer in notification zone

    Hi, Please help me of how to make a longer vibration for notification on iphone. It seems too short for me to notice. Thank you.