Little bit of help

Hi,
I wonder if anyone can help me with my problem.
Here is my piece of SQL.
I know what I currently have - *(CASE WHEN ITL.FROM_LOC_ID = 'W%' THEN 'D1' OR WHEN ITL.FROM_LOC_ID != 'W%' THEN 'D2' END) Site* is wrong.
And I was just wondering if anyone could show me how to set out what i'm trying to do in the correct way.
Basically, all I want is an extra column called 'Site' and if ITL.FROM_LOC_ID = 'W%' then display 'D1' if not then display 'D2'.
SELECT DISTINCT AU.NAME, ITL.REFERENCE_ID, (CASE WHEN ITL.FROM_LOC_ID = 'W%' THEN 'D1' OR WHEN ITL.FROM_LOC_ID != 'W%' THEN 'D2' END) Site
FROM INVENTORY_TRANSACTION ITL, ORDER_HEADER OH, APPLICATION_USER AU
WHERE CODE = 'Pick'
AND TO_LOC_ID = 'CONTAINER'
AND ITL.REFERENCE_ID = OH.ORDER_ID
AND OH.DELIVER_BY_DATE >= TO_DATE($P{Deliver_By_Date},'DD-Mon-YYYY')
AND OH.DELIVER_BY_DATE < TO_DATE($P{Deliver_By_Date},'DD-Mon-YYYY') + 1
AND ITL.USER_ID = AU.USER_ID
ORDER BY ITL.REFERENCE_IDThanks in advance.
Sam

Thanks Ibrahim,
I got some data back, adding that to my query. However I have just realised there may be something else I need to add in..
With adding that to my query each record displayed D2 in the Site column.
This is because my live data thats i'm pulling from the database looks like this;
Reference ID      Name               From_Loc_Id
0080107253        Sam Mardell        W0001
0080107253        Sam Mardell        W0003 
0080107253        Sam Mardell        W0004 
0080107253        Sam Mardell        W0005 
0080107253        Sam Mardell        W0008
0080107253        Dan Smith          A07A 
0080107253        Dan Smith          A45A
0080107253        Dan Smith          B37A
0080107253        Dan Smith          D34A
0080107253        Dan Smith          E02A   So my output I would like to look like this;
Reference ID      Name               Site
0080107253        Sam Mardell        D1
0080107253        Dan Smith          D2  Currently i'm getting;
Reference ID      Name               Site
0080107253        Sam Mardell        D2
0080107253        Dan Smith          D2  I think because the Reference_ID refers to both sites in the query.
Hope this makes sense.
SM.

Similar Messages

  • HT4208 I just need a little bit of help. I visited the american ap store looking for the new scrabble game which is not available in the australian ap store. Can't get it anyway as I don't have an account there. I am trying to get back to the australian a

    I just need a little bit of help. I visited the american ap store, using my i phone, to check out something. I dont have an account with them so I couldn't get what I wanted anyway.Now, I need to get back to the australian store and I don't know how to do that. Please help!

    Go to app store- scroll down to bottom- click on apple id- change country

  • Need a little bit of help with substring...

    Im very new at java programming, and need a bit of help with a problem:
    Here is what I have:
    System.out.print("Enter a string : ");
    Scanner scan = new Scanner (System.in);
    stringy = scan.nextLine();
    Now I want to split the string "stringy" like this: h:hi:hip:hipp:hippo
    I know this uses substring, but I can't figure out how to do it.
    Any help would be great, thanks!

    I know about the length method, what I dont knowis
    how to use the length and substring methodstogether
    to solve the problem i mentioned initially. There are three ingredients to perform this task:
    - String.length()
    - String.substring(int start, int end)
    - for-statement:
    http://java.sun.com/docs/books/tutorial/java/nutsandbo
    lts/for.html
    Pseudo code:IN <- input String from user
    LOOP FROM 0 -> IN.length()
    print IN.substring(?, ?)
    print ":"
    END LOOP
    Remember, Im very new. ;)Remember that by just handing you the solution, you
    will learn far less than finding things out by
    yourself.
    ; )Thanks a lot, i should be able to figure it out froom the pseudo code. :)

  • Little bit of help with the duplication process needed

    Hi
    I trying to duplicate a database from one server to a remote server. They are both running windows server 2003 (my first problem) , the primary server is running oracle 11gR1 and the (hopefully) receiving server is running 11gR2(is that going to be a problem?) and I'm a little stuck on some parts of the process.
    The book I'm using says to edit the listener.ora file to include a SID_DESC of the remote database. Here is my listener.ora file with the modifications
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.host.local)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CGARDMSTR)
    (ORACLE_HOME = G:\app\administrator\product\11.1.0\db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = CGARDMSTR)
    (ORACLE_HOME =G:\app\administrator\product\11.1.0\db_1)
    (SID_NAME = CGARDMSTR)
    *(SID_DESC* *=*
    *(GLOBAL_DBNAME* *=* cgard)
    *(ORACLE_HOME* *=F:\oracle\product\11.2.0\dbhome_1)*
    *(SID_NAME* *=* cgard)
    (bold is what i added)
    it then said to chnage my tnsnames.ora
    CGARD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.host.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = cgard)
    CGARD5DE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.host.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = CGARD5DEV)
    CGARDMST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.host.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = CGARDMSTR)
    cgard =
    *(DESCRIPTION =*
    *(ADDRESS = (PROTOCOL = TCP)(HOST = live.host.local)(PORT = 1521))*
    *(CONNECT_DATA =*
    *(SERVER = DEDICATED)*
    *(SERVICE_NAME = cgard)*
    I changed the local domain to host for business reasons
    The next step was to create a initialization parameter file which I am guessing is a pfile and hopefully not a spfile. It then says to only enter one param db_name and the conversion params if the filesystem is diffrent. Problem is I don't know what to do with this file, if I am suppose to switch the second database to this file then surly I would need some more params? Anyway thats the first of many questions.
    When I try to run through the rman commands it describes it also trips up:
    RMAN> connect auxiliary sys/*********@live.host.local
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04006: error from auxiliary database: ORA-12170: TNS:Connect timeout occurr
    ed
    The other database is up and connectable via sqldevloper so I'm guessing it was my configuration of listener and tnsnames
    Ok to reiterate my questions are:
    1) what needs to be in the pfile I create for the database thats going to receive the backup and what do I do with that file when I have made it?
    2) I am pretty sure my listener and tsunamis config is completely wrong so can I have some pointers on fixing that?
    3) Was the reason I could not connect to the receiving database my tns and listener config or is it something else?
    Quite a few other questions but untill I know some more about the above I doubt I will be able to ask properly.
    Also if this helps the book I am using is Expert Oracle Database 11g Administration and the page is 835(the method that begins on that page) and I am willing to write out the whole method if you need more details.
    Oh and if you havent figured it out I am very new to this so if some of this sounds very wrong or just stupid just say what I need to change and I will get right on it.
    Thanks
    Alex

    Ok so I have made some progress. Here is where I am currently at:
    RMAN> RUN
    2> {
    3> SET NEWNAME FOR DATAFILE 1 TO 'F:\oracle\oradata\cgard\file1.dbs';
    4> SET NEWNAME FOR DATAFILE 2 TO 'F:\oracle\oradata\cgard\file2.dbs';
    5> SET NEWNAME FOR DATAFILE 3 TO 'F:\oracle\oradata\cgard\file3.dbs';
    6> SET NEWNAME FOR DATAFILE 4 TO 'F:\oracle\oradata\cgard\file4.dbs';
    7> SET NEWNAME FOR DATAFILE 5 TO 'F:\oracle\oradata\cgard\file5.dbs';
    8> SET NEWNAME FOR TEMPFILE 1 TO 'F:\oracle\oradata\cgard\temp1.dbs';
    9> duplicate target database
    10> to cgard
    11> from active database
    12> pfile='F:\oracle\product\11.2.0\dbhome_1\database\initCGARD.ora';
    13> }
    executing command: SET NEWNAME
    starting full resync of recovery catalog
    full resync complete
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting Duplicate Db at 19-NOV-10
    using channel ORA_AUX_DISK_1
    contents of Memory Script:
    set newname for datafile 1 to
    "F:\ORACLE\ORADATA\CGARD\FILE1.DBS";;
    set newname for datafile 2 to
    "F:\ORACLE\ORADATA\CGARD\FILE2.DBS";;
    set newname for datafile 3 to
    "F:\ORACLE\ORADATA\CGARD\FILE3.DBS";;
    set newname for datafile 4 to
    "F:\ORACLE\ORADATA\CGARD\FILE4.DBS";;
    set newname for datafile 5 to
    "F:\ORACLE\ORADATA\CGARD\FILE5.DBS";;
    backup as copy reuse
    datafile 1 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE1.DBS"; datafile
    2 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE2.DBS"; datafile
    3 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE3.DBS"; datafile
    4 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE4.DBS"; datafile
    5 auxiliary format
    "F:\ORACLE\ORADATA\CGARD\FILE5.DBS"; ;
    sql 'alter system archive log current';
    executing Memory Script
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting backup at 19-NOV-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=143 device type=DISK
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00001 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\SYS
    TEM01.DBF
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:23:
    52
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00004 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\USE
    RS01.DBF
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:24:
    24
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00002 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\SYS
    AUX01.DBF
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:24:
    43
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00003 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\UND
    OTBS01.DBF
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:25:
    17
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00005 name=G:\APP\ADMINISTRATOR\ORADATA\CGARDMSTR\RMA
    N01.DBF
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 11/19/2010 16:25:55
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/19/2010 16:25:
    55
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    RMAN>
    I did issue the commands:
    C:\Documents and Settings\Administrator>rman target /
    Recovery Manager: Release 11.1.0.6.0 - Production on Fri Nov 19 13:55:40 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: CGARDMST (DBID=3160500813)
    RMAN> connect catalog rman/rman
    connected to recovery catalog database
    RMAN> connect auxiliary sys/**********@cgard
    connected to auxiliary database: CGARD (not mounted)
    So I am not quite sure what it wants. I read somewhere about a password file but I don't understand how it will help, also most things I have looked at wernt clear on how to do it. I took a stab anyway:
    G:\app\administrator\product\11.1.0\db_1\BIN>orapwd file=orapwcgard password=*********** entries=20 ignorecase=n
    Was run on the original database host.
    File was then copied to "F:\oracle\product\11.2.0\dbhome_1\database" on the receiving database's host it was then renamed to PWDcgard.ora as there was file there already with that name.
    It did not help(same error).
    The book I am using mentions the 'PASSWORD FILE' param to be used with the duplicate command but I cant find a example on how to use it so any help with that would be great.
    Thanks for the effort so far guys its really appreciated.

  • A little bit of help with Bind variables please

    Hi,
    I am having a bit of trouble with bind variables I have been looking at the Dev guide and the forum to try and achieve this and it is still not happening for me, could anybody please help or point me in the right direction:
    I have created a simple PersonVO with the basic query:
    Select distinct full_name from xxml_people where person_id = :1
    In the PersonVOImpl.java I have added the method:
    public void initQuery(String personId)
    Number person = null;
    try
    person = new Number(personId);
    catch
    (Exception e){}
    setWhereClauseParam(1,person);
    executeQuery();
    Then in the PersonAM I have added the method:
    public void initPersonQuery(String personId)
    getPersonVO1().initQuery(personId);
    I then call this method in my processRequest section of my page controller:
    PersonAMImpl am = (PersonAMImpl) pageContext.getRootApplicationModule();
    String personId = "581";
    am.initPersonQuery(personId);
    When I try and run this I get the error:
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT distinct full_name from xxml_absence_calendar where person_id = :1
    java.sql.SQLException: ORA-01006: bind variable does not exist
    Am I binding the variables correctly? Or am I making some stupid mistake?
    I am ultimately looking to create a messageChoice where the logged in user will see a list of all organisations underneath him and the one level above. I plan to do this by passing the User’s Organisation name into a VO query using the organisation as a Bind Variable. I think once I have worked out how to bind variables this should be straight forward.
    Many Thanks

    Even though the parameter binding values may be same, you should never use the positional param more than once. So always go for the format
    select distinct full_name from xxml_people where supervisor_id = :1
    UNION
    select distinct full_name from xxml_people where person_id = :2
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • A little bit of help please...

    I've been working on a project for school and I had it working pretty good, but then I did something and now it won't run. It compiles with no errors, but when I go to run it...it just doesn't do anything. Any help would be great :]
    import java.util.Scanner;
    import java.util.Stack;
    public class StackTest
         Scanner scanner = new Scanner(System.in);
        Stack<Character> stack = new Stack<Character>();
        Stack<Character> stack2 = new Stack<Character>();
        Stack<Character> junkStack = new Stack<Character>();
        String inputLine = "";
        String searchString = "";
        int junk;
        public void reverse(String inputLine)
              // push all characters on the stack
            for(int i = 0; i < inputLine.length(); i++)
                    char temp = inputLine.charAt(i);
                    stack.push(new Character(temp));
            //Reverse the string onto another stack           
            while(stack.empty() != true)
                     stack2.push(stack.pop());
        public void searchForString(char firstSearchLetter, char lastSearchLetter)
                for(int i = 0; i < stack2.size(); i++)
                    if(stack2.peek() == firstSearchLetter)
                          junkStack.push(stack2.pop());
                          while(stack2.peek() != lastSearchLetter)
                               junkStack.push(stack2.pop());
                           junkStack.push(stack2.pop());
                     else
                          stack.push(stack2.pop());
         public int calculateJunk(Stack junkStack)
              int junk = junkStack.size() - searchString.length();
              return junk;
         public void main(String[] args)
              System.out.print("Please enter your sentence: ");
            inputLine = scanner.nextLine();
            StackTest st = new StackTest();
            st.reverse(inputLine);
            System.out.println("Stack2: " + stack2);
            System.out.println("Stack: " + stack);
            System.out.println("Please enter the search string: ");
            searchString = scanner.nextLine();
            char firstSearchLetter = searchString.charAt(0);
            char lastSearchLetter = searchString.charAt(searchString.length() - 1);
            System.out.println("first letter: " + firstSearchLetter);
            System.out.println("last letter: " + lastSearchLetter);
            System.out.println("junkStack: " + junkStack);
            System.out.println("stack: " + stack);
            System.out.println("junk in between: " + junk);
    }

    I haven't stared at your code, but why not move the logic in your main into a method, for starters?
    public void run() {
              System.out.print("Please enter your sentence: ");
            inputLine = scanner.nextLine();
            st.reverse(inputLine);
            System.out.println("Stack2: " + stack2);
            System.out.println("Stack: " + stack);
            System.out.println("Please enter the search string: ");
            searchString = scanner.nextLine();
            char firstSearchLetter = searchString.charAt(0);
            char lastSearchLetter = searchString.charAt(searchString.length() - 1);
            System.out.println("first letter: " + firstSearchLetter);
            System.out.println("last letter: " + lastSearchLetter);
            System.out.println("junkStack: " + junkStack);
            System.out.println("stack: " + stack);
            System.out.println("junk in between: " + junk);
    public static void main(String[] args) {
        StackTest st = new StackTest();
        st.run();
    }Message was edited by:
    BigDaddyLoveHandles

  • Little bit of help[ with a button.

    Good day all!
    I need help making a button. This is what I want to happen.
    I have a bunch of text, One of the words "merino" is bule as
    to say there is a link hear! And I want an image of the "merino" to
    come up, like a "ALT" box. Or have an image in the "ALT" box?
    I know how to do this in "Flash" i.e just drop in the image
    on the over state of the button event. Easy as pie! This is why I
    cant get to grips with Dreamweaver! I hate it!
    But I am willing to learn and maybe in time love???
    Thanks all!

    "satrop" <[email protected]> wrote in
    message
    news:f0o4t7$954$[email protected]..
    > Good day all!
    >
    > I need help making a button. This is what I want to
    happen.
    >
    > I have a bunch of text, One of the words "merino" is
    bule as to say there
    > is a
    > link hear! And I want an image of the "merino" to come
    up, like a "ALT"
    > box.
    >
    > I know how to do this in "Flash" i.e just drop in the
    image on the over
    > state
    > of the button event. Easy as pie! This is why I cant get
    to grips with
    > Dreamweaver! I hate it!
    >
    > But I am willing to learn and maybe in time love???
    HTML is a lot different from Flash! :-)
    I believe you could do this using DW's Show-Hide layer
    behavior - have
    mousing over the link trigger a layer with the image to
    appear. Someone else
    may have a better idea.
    Just FYI, having to mouse over a link in order to get more
    information about
    it isn't usually appreciated by users. You *might* want to
    re-think this
    plan..
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • A little bit of help would be appreciated thanks

    well no\w im in calm mode im here to ask how can i fix my iPod.
    problems
    Folder with Exclmation mark (sometimes when i restart my ipod)
    wont connect to itune sor iPod updater (lattest)
    iPod appears as "removable disk (f:) in my computer
    explorer.exe process lags when i connect my iPod into a usb 2.0 port.
    my pc specs
    Intel Pentium 4 2.80ghz
    1024mb or ram
    nvidia GeForce FX 5200 128mb graphics
    Windows Xp Pro SP2
    Asus Motherboard p4v533 mx uayz
    iPod 40gb 4th Genertaion
    noe please im asking niceky can some help me solve my issue.
    I would also want to know how to check if there are any corrupt drivers on ym computer because it might be a usb driver which is stuffing up or a iPod driver.
    - Raph

    if you transport the whole function group then every thing will go automatically. try to create the request for function group .(if you trasnport the function group every thing will be transported along with it)
    many ways..
    1. go to SE80 transaction , enter the function group
    now right click on function group from menu choose 
    Other Functions -> Write Transport Entry
    create the request.
    2.
    go to SE03 transaction
    Include Objects in Transport Request
    in the selection screen choose the radiobutton Selected objects , there you can see some thing like below
    R3TR             FUGR       YMIGO_BADI

  • A little bit of help to get me start

    Hi,
    I am trying to create a 3D modular CAD application of OS X. I want to be able to grab a table for example from a list. Drop it into the CAD part of the application and then change views, zoom etc..
    I was wondering, is OpenGL the best way to achieve this? or is there other technologies I can use.
    Cheers
    Mic
    (a true cocoa newbie)

    Michael,
    the following links should help you:
    Leopard Developer Graphics & Media Overview
    Matthew Craig of Luxology uses OpenGL and Quartz to build the complex and powerful features of modo.
    Mihalis.

  • A little bit of help with arrays

    Hi guyz
    I have a problem regarding reading and processing element of an array. I have a "Reference Base Generator" and for example I generate a sine wave. Then I use "Get waveform components" to get the data from the graphic, after this i have a 1-D array of data  (right?) at the output of the "Get waveform component' bloc. I need to read every element, process it and then send it as a value further to a function input. So, how can i get every element of that array and send it further ?
    I hope I was clear with my problem.
    It would be great if you could provide me with some help. 
    Thanks alot,
    Andrei_L. 
    Solved!
    Go to Solution.

    And just for completeness sake:
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    Example_VI_BD.png ‏24 KB

  • A little bit of help

    Hey!
    Can somebody help me with something?

    Sure
    How to write a good question
    To help other members answer your question, give as many details as you can.
    Include your product name and specs such as processor speed, memory, and storage capacity. Please do not include your Serial Number, IMEI, MEID, or other personal information.
    Provide the version numbers of your operating system and relevant applications, for example "iOS 6.0.3" or "iPhoto 9.1.2".
    Describe the problem, and include any details about what seems to cause it.
    List any troubleshooting steps you've already tried, or temporary fixes you've discovered.

  • Nokia 720 Problems - Need a little bit of help her...

    Hi,
    Few Problems with a 10 day nokia 720:-
    1. Earphone volume while in a call - I can't change the earphone volume while in a call. This is very frustating. Is this a problem with my nokia 720 or is this a general issue with all 720.
    2. Microphone doesn't work in certain directions, while in a sleeping pose or sometimes sitting. This has never happened to me in around 6-7 phones that I have used. Please tell me if this is a problem for my phone or device issue.
    3. When I switch off mobile data connection, my overall mobile connection is lost after some time. Also I am experiencing too frequent call drops, Also my network just goes out of the picture, it just doesn't detect network. Facing a lot of issues with this,
    4. Sometimes it zooms out and doesn't come back to its original position. I don't know what is the problem with this. I have to restart my phone to get back in normal position.
    5. My bookmyshow app doesn't work after the update [this can be ignored ]
    I expected more out of my nokia lumia but hard to say if the problems are with my phone only or for all nokia 720. Hoping for some help in this forum.
    Also please tell me if nokia will change my device if this is a problem with only my device and not every device. Please help.
    Thanks in advance

    the screen zoom problem and mic problem is there in many phones.
    hv not been able to sort mic /call drop issue, bt for zoom
    the phone zooms by double tap on any screen, this is a feature in ease of access. go to settings->ease of access->screen magnifier->off.
    Pushpender wrote:
    Hi,
    Few Problems with a 10 day nokia 720:-
    1. Earphone volume while in a call - I can't change the earphone volume while in a call. This is very frustating. Is this a problem with my nokia 720 or is this a general issue with all 720.
    2. Microphone doesn't work in certain directions, while in a sleeping pose or sometimes sitting. This has never happened to me in around 6-7 phones that I have used. Please tell me if this is a problem for my phone or device issue.
    3. When I switch off mobile data connection, my overall mobile connection is lost after some time. Also I am experiencing too frequent call drops, Also my network just goes out of the picture, it just doesn't detect network. Facing a lot of issues with this,
    4. Sometimes it zooms out and doesn't come back to its original position. I don't know what is the problem with this. I have to restart my phone to get back in normal position.
    5. My bookmyshow app doesn't work after the update [this can be ignored ]
    I expected more out of my nokia lumia but hard to say if the problems are with my phone only or for all nokia 720. Hoping for some help in this forum.
    Also please tell me if nokia will change my device if this is a problem with only my device and not every device. Please help.
    Thanks in advance

  • Need a little bit of help

    Hi, i'm trying to make my java files runable from other machines and using the jar utility to do it. I have 10 files that get added to my jar file, and they are as follows:
    Tester.class, Deck.class, Suit.class, SavitchIn.class, Player.class Card.class, Pips.class, CardSet.class, Hand.class, BlackJackHand.class
    I am using this command to jar them:
    D:\ITAS186T\Project1>jar cvf Tester.jar Tester.class Deck.class Suit.class SavitchIn.class Player.class Card.class Pips.class CardSet.class Hand.class BlackJackHand.class
    my public static void main is in Tester.class so I modified the manifest to include Main-Class: Tester.class
    now when i try to run it with this command: java -jar Tester.jar
    i get this error:
    Failed to load Main-Class manifest attribute from
    Tester.jar
    Any ideas?
    Thanks in advance,
    Terry

    Heh, now I get this.. will it ever end!! :P
    Thanks for all the help.
    D:\ITAS186T\Project1>java -jar Tester.jar
    Failed to load Main-Class manifest attribute from
    Tester.jar

  • I need a little bit of help if possible that is

    so i got my ipod about 3 weeks ago or so and i was diconnecting it right the entire time but i left in to charge one night and my sister decided she need that port for her camera and pulled it out incorrectly at first the screen was frozen on do not disconnect but i got past that..now i have nothing on it when i go to put my music on it i get the message "The iPod "IPOD" cannot be updated. The required file cannot be found" is there anyway to fix that?????? Thanks

    I know about the length method, what I dont knowis
    how to use the length and substring methodstogether
    to solve the problem i mentioned initially. There are three ingredients to perform this task:
    - String.length()
    - String.substring(int start, int end)
    - for-statement:
    http://java.sun.com/docs/books/tutorial/java/nutsandbo
    lts/for.html
    Pseudo code:IN <- input String from user
    LOOP FROM 0 -> IN.length()
    print IN.substring(?, ?)
    print ":"
    END LOOP
    Remember, Im very new. ;)Remember that by just handing you the solution, you
    will learn far less than finding things out by
    yourself.
    ; )Thanks a lot, i should be able to figure it out froom the pseudo code. :)

  • Just A Little Bit of Help Needed...

    Hi.
    My movie was edited in Final Cut Express 4. It's a web movie that will also be repurposed for DVD. I'll also have it duplicated at DiscMakers. In FCE, I applied a deinterlace filter. I make sure it's deinterlaced when it's exported so it plays great on YouTube and Facebook.
    Now that I'm ready to burn this to a DVD using iDVD, I have a few questions.
    1. Do I remove the deinterlace filter from FCE and send the interlaced footage right to iDVD by using export QuickTime movie?
    2. Can I apply copy protection to this project in iDVD?
    3. If iDVD doesn't allow for it, can it be applied at a place like DiscMakers from my provided DVD?
    4. Can I sell my DVD that I produced with iDVD and not have to worry about copyright issues with apple templates?
    Thanks so much.
    Scott

    Lots of interesting questions.
    +1. Do I remove the deinterlace filter from FCE and send the interlaced footage right to iDVD by using export QuickTime movie?+
    Doesn't seem like you'd need to, but I'd make a small project and test it both ways.
    +2. Can I apply copy protection to this project in iDVD?+
    No, but you could add a watermark to the movie in FCE, and to the menus in iDVD. You could also put the FBI warning at the beginning/end of the video, and/or copyright the material and mark it as such.
    +3. If iDVD doesn't allow for it, can it be applied at a place like DiscMakers from my provided DVD?+
    Check with them -- it's my understanding that the protection can be created when DVDs are pressed.
    +4. Can I sell my DVD that I produced with iDVD and not have to worry about copyright issues with apple templates?+
    I've not seen that issue addressed (I'd start by searching the forums). Perhaps get it in writing from Apple or use your own images to change to your own theme (I'm just offering ideas here; I have no legal background nor do I know what's on the rest of your DVD).
    John

Maybe you are looking for

  • HT201272 Why does my new computer only show very few of my previous purchases?

    Inherited an iMac that had had many many users.  The thing was pretty junked up and slow, so I decided to have a brand new OS installed. So basically it is  a new computer.   However, when I try to download previous purchases in iTunes I can only fin

  • How to set default view in Adobe Reader 9?

    I am trying to figure out how to set adobe reader so that when you open a document you automatically get the page view on the right side come up and the document in full mode.  I have researched registry edits and also the customize wizard with no lu

  • DPP digital photo professional will not open images in folder

    I have a number of subject folders of vintage photographs from my father and his father, pro's and published.  The images were scanned (Canon, of course!) and subsequently adjusted and manipulated for levels, cropping, and gray scale to eliminate yel

  • ADF BC & Faces: Automating Builds

    Hi all, With the tips I've been recieving in regarding SVN, I'm happy to say we have this up and running within our group. In my past experience at a different company developing open source j2EE desktop apps, we had a CVS repository hooked up with a

  • Cannot start RSA1

    Hello, I cannot execute RSA1. I get error message when trying to execute it: I recently performed a client copy, but since RSA1 couldn't be started in the new client (error message "cannot use this client") I ran function module RS_MANDT_UNIQUE_SET