Urgent help need with a strange problem. Thank you.

Hi.
I'm trying to help a friend.
When she downloads pictures from her camera into Lightroom and selects her external drive and picture folder the pictures always end up in her /user/documents folder. I've seen this myself.
They do not go to the selected drive/folder but always to her documents folder. Any idea what could be going on PLEASE.
Thank you much.
Tom

Try dpreview. com
They have a mac forum and very smart group of folks.

Similar Messages

  • Urgent help needed with un-removable junk mail that froze Mail!!

    Urgent help needed with un-removable junk mail that froze Mail?
    I had 7 junk mails come in this morning, 5 went straight to junk and 2 more I junked.
    When I clicked on the Junk folder to empty it, it froze Mail and I can't click on anything, I had to force quit Mail and re-open it. When it re-opens the Junk folder is selected and it is froze, I can't do anything.
    I repaired permissions, it did nothing.
    I re-booted my computer, on opening Mail the In folder was selected, when I selected Junk, again, it locks up Mail and I can't select them to delete them?
    Anyone know how I can delete these Junk mails from my Junk folder without having to open Mail to do it as it would appear this will be the only solution to the problem.

    Hi Nigel
    If you hold the Shift key when opening the mail app, it will start up without any folders selected & no emails showing. Hopefully this will enable you to start Mail ok.
    Then from the Mail menus - choose Mailbox-Erase Junk Mail . The problem mail should now be in the trash. If there's nothing you want to retain from the Trash, you should now choose Mailbox- Erase Deleted Messages....
    If you need to double-check the Trash for anything you might want to retain, then view the Trash folder first, before using Erase Junk Mail & move anything you wish to keep to another folder.
    The shift key starts Mail in a sort of Safe mode.

  • Help needed with a layout problem

    I'm trying to build a JTabbedPane where each tab has a grid of buttons. The number of buttons is variable, and I'd like the buttons to flow sort of like with FlowLayout, with four columns. I need all the buttons to be the same size, even across tabs. I tried GridLayout, which doesn't work when I have too few buttons to fill a row. It fails in different ways, depending on how I set things up. If I try to set the layout to GridLayout(0, 4) (four columns), then if one tab has one row and another has two, the buttons on the one-row tab expand vertically to the height of the two-row tab. If I try GridLayout(2,4), then if a tab has only one button, it expands horizontally to the maximum width of any of the tabs. (It also has the further problem that if the maximum number of buttons on any tab is 6, they are placed in a 2x3 array; I'm trying to get them to be 4 buttons on the first row and 2 on the second.)
    I'm hoping there's a standard layout manager that can do the job, but I'm not too familiar with the Swing manager classes. Can I get what I want without writing my own layout manager?
    Thanks,
    Ted Hopp
    [email protected]

    I didn't think it was specifically a Swing question.Well, its either Swing or AWT, people who develop GUIs are the ones who are going to have experience using layout managers.
    but if someone can point the way to how to do this with GridBagLayout, nested containersSince you finished reading the tutorial, what have you tried? You've explained your problems using a single layout manager, so what problems are you having using nested layout managers?
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • Urgent help need with Spry Submenu Bar

    Am new to Dreamweaver and do not use code. Am trying to align spry submenus directly below their respective spry menu bars. Please advise as to what CSS style I need to modify and what I should necessarily modify within that style.
    Thank you.

    Am new to Dreamweaver and do not use code.
    Welcome to Dreamweaver. If you don't use code, now is the time to start learning. Otherwise, everything you do in Dreamweaver is going to be an uphill struggle. Dreamweaver is a professional web development tool that requires at least a basic knowledge of both HTML and CSS. You can find a lot of CSS tutorials in the Adobe Developer Connection at http://www.adobe.com/devnet/dreamweaver/css.html.
    Spry submenus automatically line up with the main menu items, so it sounds as though you have done something to knock them out of alignment. The only way that anyone can help with design issues is for you to upload the problem page to a site, and post the URL here. Since you're new to both Dreamweaver and the forum, take a few moments to check out How to get help quickly and the Dreamweaver FAQ. Both should save you some time.

  • Some urgent help needed with MobileMe suddenly saying my password is wrong

    Hi
    First of all I want to say sorry if this is in the wrong forum, but I needed some urgent help and I couldn't find a forum other than this that might relate to this issue.
    The issue that I am having is with my MobileMe Account. I was on my Mac, when when my MobileMe Account suddenly dropped its connection and told me that I had entered the wrong username or password (I know I hadn't) I tried to re-enter them but every time I try I just get a message that says I have entered the wrong username or password. I no longer have access to my Mail, I can not sing-in to MobileMe to access my online account and it wont let me change the password because it keeps saying that safari can not open the page.
    I can not sign-in to my MobileMe folders on my Mac and it wont sync. I was signed in perfectly fine before this happened so I know its nothing to-do with my password or user name.
    I am now locked out of MobileMe and need some help as to what might have went wrong
    Can someone please give me some quick help as this is really worrying me as I am afraid my MobileMe account might of been hacked (that is the kind of behaviour that I am seeing - saying that my username and password are wrong, when they are not, and not letting me sign in to change them)
    Huge thanks

    Ughhh,
    it seems my panic was for nothing. I just ran apple 24 hour support and they put it right for me it cost me but I'd rather be safe and pay then loose all the information I have on MobileMe. This has taught me a lesson anyway, I need to keep a backup of everything and not just rely on time machine

  • Urgent help needed with a CSC2310 project!

    Hello everyone. I have a project due tomorrow and it is not working correctly. I am not getting any errors but the output isnt right. The main problem arises when I open 2 accounts and then deposit an amount. I think my array setup is incorrect. The main program is called Bank3 and there is also a class called BankAccount which I havent posted in this message. I dont have any arrays declared in BankAccount and that might be a problem. Could anybody please tell me what to do to fix it? I would really appreciate help from you guys. Thanks a lot and here is my program:
    public class Bank3 {
        public static void main(String[] args) {
         int numaccount = 0;
         int currentacc=0;
         String[] currentaccount = new String[100];
         currentaccount[0] = "None selected";
         String[] accountnumber = new String[100];
         double[] accountbalance = new double[100];
         BankAccount  yourAccount = new BankAccount();
         while(true) {
              System.out.println();
              System.out.println("--------------------------------------------------------------");
              System.out.println("| Commands:   o  -  Open account         c  -  Close account |");
              System.out.println("|             d  -  Deposit              w  -  Withdraw      |");
              System.out.println("|             s  -  Select account       q  -  Quit          |");
              System.out.println("--------------------------------------------------------------");
              System.out.println();
              System.out.println("Current account :  " + currentaccount[currentacc] + "   Balance: $"
    + accountbalance [currentacc]);
              System.out.println();
              SimpleIO.prompt("Enter command: ");
              String command = SimpleIO.readLine();
              System.out.println();
         if(command.equalsIgnoreCase("o")) {
              SimpleIO.prompt("Enter new account number: ");
              String newaccnum = SimpleIO.readLine();
              accountnumber [numaccount] = newaccnum;
              currentaccount[numaccount] = accountnumber[numaccount];
              SimpleIO.prompt("Enter initial balance: ");
              String newaccbal = SimpleIO.readLine();
              double newbal = Convert.toDouble(newaccbal);
              yourAccount.deposit(newbal);
              accountbalance [numaccount] = yourAccount.getbalance();
              numaccount++;
              currentacc = numaccount-1;
         else if(command.equalsIgnoreCase("c")) {
              if(numaccount == 0)
                   System.out.println("Please select an account");
              else {
                   currentaccount[numaccount] = "None selected";
                   numaccount--;
              numaccount--;
         else if(command.equalsIgnoreCase("d")) {
              if(numaccount == 0)
                   System.out.println("Please select an account");
              else {
                   SimpleIO.prompt("Enter amount to deposit: ");
                   String depos = SimpleIO.readLine();
                   double amount = Convert.toDouble(depos);
                       yourAccount.deposit(amount);
                   accountbalance [numaccount] = yourAccount.getbalance();
         else if(command.equalsIgnoreCase("w")) {
              if(numaccount == 0)
                   System.out.println("Please select an account");
              else {
                   SimpleIO.prompt("Enter amount to withdraw: ");
                   String with = SimpleIO.readLine();
                   double amt = Convert.toDouble(with);                                        
                       yourAccount.withdraw(amt);               
                   accountbalance [numaccount] = yourAccount.getbalance();
         else if(command.equalsIgnoreCase("s")) {
              SimpleIO.prompt("Enter account number: ");
              String search = SimpleIO.readLine();
              int i;
              for(i=0; i<numaccount; i++) {
                   accountnumber = yourAccount.getnumber();
                   if(accountnumber.equals(search))
                        break; }
              if(i><numaccount)
                   currentaccount[numaccount] = accountnumber;
         else if(command.equalsIgnoreCase("q")) {
              break;
         else {
              System.out.println("Command was not recognized; please try again.");
              System.out.println();

    What would this replace or what effect does this have on the program?Your approach in using parallel arrays works. But it is not object oriented programming, which I am guessing is the whole point of the exercise.
    Replacing the multiple arrays with one array of bank account objects that makes your code simpler.
    Currently you have a seperate array for the accountnumber, and amount in it. You are using the arrays "in parallel" because accountNumber[x] has amount[x] in it.
    Simpler:
    - You only have one array to deal with rather than 3.
    - You can deal with the concept of a "BankAccount" on its own.
    Currently all your operations affect arrays.
    However deposit/withdraw should only worry about the currently selected account.
    If you only wanted to affect one account, you can pass that BankAccount object as a parameter. Right now you would have to pass all your arrays, plus the index into the array to specify which to use.
    So when you open an account
    1 - create a new BankAccount object
    2 - set its values
    3 - assign it into the next empty place in the array
    What happens if I try to open a new account with a number that already exists?
    if(command.equalsIgnoreCase("o")) {
    // read in the required info:
      SimpleIO.prompt("Enter new account number: ");
      String newaccnum = SimpleIO.readLine();
      accountnumber [numaccount] = newaccnum;
      SimpleIO.prompt("Enter initial balance: ");
      String newaccbal = SimpleIO.readLine();
      double newbal = Convert.toDouble(newaccbal);
      // create a new BankAccount
      currentSelectedAccount = new BankAccount();
      // set its values  -  maybe use a constructor for this?
      currentSelectedAccount .setAccountNumber(newaccnum);
      currentSelectedAccount.deposit(newaccbal);
      // add it to the array of entries:
      bankAccounts[numAccount] = currentSelectedAccount;
      numAccount++;
    }Don't you agree this is simpler dealing with one object than with multiple arrays?

  • Please help me with this strange problem again!

    Hi gurus,
    I can't, for the life of me, figure out why this does not work in a procedure but works in an anonimous block.
    The XML is like this (part of it),
    <CaseNotification messageProducedDateTime="2005-07-20T13:58:11-05:00" xmlns="http://www.courts.state.mn.us/CourtXML/2.0.0">
                   <NotificationAdminHeader caseNumberKey="87CR0569" xmlns="http://www.courts.state.mn.us/CourtXML/2.0.0">
                        <CaseCountyIdentifier>87</CaseCountyIdentifier>
                        <CaseLocationText>Yellow Medicine County</CaseLocationText>
                        <BaseCaseTypeText>Adult</BaseCaseTypeText>
                        <CaseCategoryText>Criminal</CaseCategoryText>
                        <PartyIdentifier partyKey="854">
                             <PartyCaseAssociationText>Jurisdiction</PartyCaseAssociationText>
                        </PartyIdentifier>
                        <PartyIdentifier partyKey="123637">
                             <PartyCaseAssociationText>Defendant</PartyCaseAssociationText>
                        </PartyIdentifier>
                   </NotificationAdminHeader>
                   <InterimConditionsNotification>
                        <TriggeredDateTime>2005-07-20T13:57:53-05:00</TriggeredDateTime>
                        <NotificationEvent>InterimConditionsDeleted</NotificationEvent>
                        <InterimConditionsOrder orderEventKey="1760110">
                             <OrderDate>2005-07-20</OrderDate>
                             <OrderedBy judgeKey="00001J">
                                  <JudgeName>
                                       <PersonGivenName>John</PersonGivenName>
                                       <PersonMiddleName>P.</PersonMiddleName>
                                       <PersonSurName>Smith</PersonSurName>
                                       <PersonFullName>Smith, John P.</PersonFullName>
                                  </JudgeName>
                                  <JudicialAgencyIdentifier>MN011015J</JudicialAgencyIdentifier>
                             </OrderedBy>
                             <CourtCaseNumber documentVersion="1" effectiveDateTime="2005-06-06T00:00:00-06:00">
                                  <MNCISCaseNumber>
                                       <CountyNumber>87</CountyNumber>
                                       <CaseType>CR</CaseType>
                                       <YearFiled>05</YearFiled>
                                       <SequenceNumber>69</SequenceNumber>
                                  </MNCISCaseNumber>
                                  <CaseNumberIdentifier caseNumberKey="87CR0569">87-CR-05-69</CaseNumberIdentifier>
                             </CourtCaseNumber>
                             <ConditionSubject>
                                  <Party partyKey="123637" currentNameIndicator="true">
                                       <StandardName>
                                            <PersonGivenName>Clanry</PersonGivenName>
                                            <PersonSurName>Ogavitz</PersonSurName>
                                            <PersonFullName>Ogavitz, Clanry</PersonFullName>
                                       </StandardName>
                                       <PartyCaseAssociationText>Defendant</PartyCaseAssociationText>
                                  </Party>
                             </ConditionSubject>
                             <InterimConditions>
                                  <InterimConditionText>Anger management</InterimConditionText>
                                  <InterimConditionAmount>0</InterimConditionAmount>
                             </InterimConditions>
                             <InterimConditions>
                                  <InterimConditionText>Attend AA (Alcoholics Anonymous)</InterimConditionText>
                                  <InterimConditionAmount>5000</InterimConditionAmount>
                             </InterimConditions>
                        </InterimConditionsOrder>
                   </InterimConditionsNotification>
              </CaseNotification>
    The code is basically the same except that in the procedure the passing clause gets a differnt param, which is the passed in param from the procedure.
    xmltable
                             xmlnamespaces
                             ---     'http://schemas.xmlsoap.org/soap/envelope/' as "saop",
                                  'http://www.courts.state.mn.us/CourtXML/2.0.0' as "ic"
                             'for $ics in //ic:CaseNotification/ic:InterimConditionsNotification/ic:InterimConditionsOrder[@orderEventKey = $val/oeKey]/ic:InterimConditions
                             return
                             <ic:ICS>                    
                                  <ic:ICSText>{$ics/ic:InterimConditionText}</ic:ICSText>
                                  <ic:ICSAmount>{$ics/ic:InterimConditionAmount}</ic:ICSAmount>
                             </ic:ICS>'
                             passing p_XMLDoc, xmlelement("oeKey", v_OEKey) as "val"
                             columns               
                             ICSText          varchar2(100)      path '/ic:ICS/ic:ICSText',
                             ICSAmount     number           path '/ic:ICS/ic:ICSAmount'
    The strange thing is the procedure gets the ic:ICSText with the namespace value, which is http://www.courts.state.mn.us/CourtXML/2.0.0, so the finaly result is
    the whole thing: <InterimConditionText xmlns="http://www.courts.state.mn.us/CourtXML/2.0.0">Anger management</InterimConditionText>.
    I get the correct values when testing with the anonimous code!
    What did I do wrong? Please help!
    Thank you.
    Ben

    Hi gurus,
    OK, I did another test. I ran the same PL/SQL anonymous block that gets the correct element value in 10.2.0.3.0 and it gets the same wrong value: the element name plus the namespace value and the data itself. It gets the correct element value in 10.2.0.1.0 (my local database).
    Could anyone help me with this?
    Thanks!
    Ben

  • Help needed with a login problem (1 of 3 posts)

    abc

    I didn't think it was specifically a Swing question.Well, its either Swing or AWT, people who develop GUIs are the ones who are going to have experience using layout managers.
    but if someone can point the way to how to do this with GridBagLayout, nested containersSince you finished reading the tutorial, what have you tried? You've explained your problems using a single layout manager, so what problems are you having using nested layout managers?
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • URGENT - HELP NEEDED WITH ECC 6.0 ACCESS KEY and USER SETUP

    Please help me with the two issues:
    1) In ECC 6.0, When I go to SE12 , table V-FAGL_ACTIVEC (New GL Activation) to make the table display and maintenance allowed, I am asked for the access key. What is the access key that I am supposed to put here. When I go to DEVACCESS table and put my username, I still dont get the access key.
    2) Also I need to know what should be maintained under SU01 to give a user all authorizations. I have SAP_ALL and SAP_NEW. Is there anyother profile need to be given here. Also do I need to give anything under roles tab in order for the user to have all accesses??

    OK I have TAR for this:
    TAR 4234076.996
    and related issue discussed in regards to 500 Internal Server Error described on Neverending frustration with JDeveloper
    with the TAR number
    TAR 4332393.995
    The latter has been demonstrated and confirmed to be a BUG at this point. For the future updates on this issue please refer to
    Neverending frustration with JDeveloper

  • Urgent Help needed with a Decode

    Hi, I am trying to decode a field twice... I have two different query which I need to combine. I need to display if it has RBB, VALUE is 'Y', IF it is blank or different value value is 'N'
    first query:
    select distinct a.emplid, (DECODE (NVL ( b.SRVC, 'RBB'), 'RBB', 'N','Y') --If it has service line value RBB 'Y' OR if it does not have RBB
    from prog a, srvci b make it 'N'
    where a.emplid = b.emplid(+)
    The result is
    emplid srvc
    00001 Y
    00002 N
    00008 Y
    second query:
    select distinct a.emplid, (DECODE (NVL ( b.SRVC, ' '), ' ', 'N','Y') --If it has service line 'Y' OR if it does not have any service line make
    from prog a, srvci b it 'N'
    where a.emplid = b.emplid(+)
    The result is
    emplid srvc
    00001 Y
    00002 N
    00008 Y
    00009 N
    AFTER ALL, I need to display if it has RBB, VALUE is 'Y', IF it is blank or different value value is 'N'
    Thanks you the help

    Sheri,
    Post your table strcuture enclosed between \ to preserve formatting and/or your exact query.
    \your code here
    \Regards                                                                                                                                                                                                                                                                                                                           

  • HT4863 I am getting prompts in my mac mail saying to insert my password but I do and it gets rejected? Please help me with this...thank you from Cappuccini...:)

    I have had this problem since changing over to I Cloud and I thank you in advance for helping me with this...Cappuccini (Wayne).

    1. Go to http://appleid.apple.com and change your password: make sure it has at least eight characters (more would be better), at least one of which is a capital, at least one lower case, and at least one a numeral.
    2. Sign out in System Preferences>iCloud then sign back in again and re-enable Mail.

  • Please someone help asap with exchange/return question thank you

    purchased a tv last night friday april 30th,2010. I opened it and put where i needed to, it is too small. Do I have to pay the restocking fee if I take back today and get another Tv thats larger? Essentially I am gonna get a comparable tv thats larger, around same price if not more. Very confused dont wanna pay $300 for 15%, not sure if it applies here, thank you. Box is perfect condition all things put back nicely.

    Relax. Assuming all parts are accounted for, and the TV is in new condition(and you have the receipt), there will be no problem exchanging it.
    Disclosure: Former BBY employee.

  • Who can help me with my IPHONE4S unlock thank you.

    I was a few years ago in the United States work in Chinese, because the marriage, so coming back to China, I back to the iphone4s verzion customization, I do not have a verzion account, but returned to find the mobile phone is locked, and can not be used, please verzion untie me in the United States the United States, I also give my labor, although iphone4s on you nothing, but for me is a luxury, if has the opportunity I will continue for the United States to provide labor, verzion call upon you to help me with this help, very grateful for that my city, <MEID and email address deleted per the Terms of Service> thank you
    Message was edited by: Verizon Moderator

    Verizon may or may not be able to unlock your phone anymore. It is a service provided to their customers. People may think they can buy an iphone at a deep discount and leave the country forever without paying any cancelation fee. Try Apple stores to see if they can help you.

  • Help needed with a video problem

    I have a strange video behaviour on my imac g5 2gh
    all the transparencies on the finder have small groups of lines on it, like iiiiiiiiiiii :::::: iiiiiiiii iiii :::::::::
    on the icons and on the mouse cursor,
    may I have some help
    Fred
    a mac fan since 1984

    Apple Discussions!
    It would help if you advised all the troubleshooting efforts you have tried to resolve your issue. This will avoid the +"been there, done that"+ scenarios.
    Did you disconnect all devises from your computer except for the keyboard & mouse?
    Have you repaired permissions & restarted your computer?
    ============
    Which "model" & "generation" G5 iMac do you have?
    Need this info so that the knowledgeable users can provide you with the proper troubleshooting solution(s).
    http://docs.info.apple.com/article.html?artnum=301724-en How to identify your iMac
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh355.html Getting information about your computer
    You can have this info displayed on the bottom of every post by going to 'My Settings' which is located in the column on the right under your name, and filling in the information asked for.
    Thank you

  • Help needed with wsdl compilation problem

    Hi all,
    I am trying to perform a wsdl2java run on a wsdl, but it keeps failing and I can't work out why.
    Can anyone help me spot the problem?
    Here is the problem I get:
    [WARN] Type {http://Input.LeaseBaseGetMntcHistory.remarketing.gf.com}MntcHistory missing!
    [WARN] Type {http://Output.LeaseBaseGetMntcHistory.remarketing.gf.com}MaintenanceHistory missing!And here is the full wsdl
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions xmlns:tns="http://Master.LeaseBaseGetMntcHistory.Remarketing.gf.com" xmlns:ns0="http://Input.LeaseBaseGetMntcHistory.remarketing.gf.com" xmlns:ns1="http://Output.LeaseBaseGetMntcHistory.remarketing.gf.com" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="LeaseBaseMntcHistory" targetNamespace="http://Master.LeaseBaseGetMntcHistory.Remarketing.gf.com">
        <wsdl:types>
         <xsd:schema xmlns = "http://Input.LeaseBaseGetMntcHistory.remarketing.gf.com"
               targetNamespace = "http://Input.LeaseBaseGetMntcHistory.remarketing.gf.com"
               xmlns:xsd="http://www.w3.org/2001/XMLSchema"
               elementFormDefault="unqualified"
               attributeFormDefault="unqualified">
              <xsd:element name="FleetID" type="xsd:string"/>
              <xsd:element name="CountryID" type="xsd:string"/>
              <xsd:element name="RegID" type="xsd:string"/>
              <xsd:element name="CompanyID" type="xsd:string"/>
              <xsd:element name="ChassisID" type="xsd:string"/>
              <xsd:element name="FleetDetails">
                   <xsd:complexType>
                        <xsd:sequence>
                             <xsd:element ref="FleetID"/>
                             <xsd:element ref="CountryID"/>
                             <xsd:element ref="RegID" minOccurs="0"/>
                             <xsd:element ref="CompanyID" minOccurs="0"/>
                             <xsd:element ref="ChassisID"/>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
              <xsd:element name="MntcHistory">
                   <xsd:complexType>
                        <xsd:sequence>
                             <xsd:element ref="FleetDetails"/>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
         </xsd:schema>
         <xsd:schema xmlns = "http://Output.LeaseBaseGetMntcHistory.remarketing.gf.com"
               targetNamespace = "http://Output.LeaseBaseGetMntcHistory.remarketing.gf.com"
               xmlns:xsd="http://www.w3.org/2001/XMLSchema"
               elementFormDefault="qualified"
               attributeFormDefault="unqualified">
              <xsd:element name="Date" type="xsd:string"/>
              <xsd:element name="Mileage" type="xsd:string"/>
              <xsd:element name="StatusCD" type="xsd:string"/>
              <xsd:element name="Operation" type="xsd:string"/>
              <xsd:element name="Details">
                   <xsd:complexType>
                        <xsd:sequence>
                             <xsd:element ref="Detail" maxOccurs="unbounded"/>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
              <xsd:element name="FleetID" type="xsd:string"/>
              <xsd:element name="RegID" type="xsd:string"/>
              <xsd:element name="MaintenanceHistory">
                   <xsd:complexType>
                        <xsd:sequence>
                             <xsd:element ref="FleetID"/>
                             <xsd:element ref="RegID"/>
                             <xsd:element ref="LstUpdateDate"/>
                             <xsd:element ref="MntcWorkHistory"/>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
              <xsd:element name="LstUpdateDate" type="xsd:string"/>
              <xsd:element name="MntcWorkHistory">
                   <xsd:complexType>
                        <xsd:sequence>
                             <xsd:element ref="MntcWork" maxOccurs="unbounded"/>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
              <xsd:element name="MntcWork">
                   <xsd:complexType>
                        <xsd:sequence>
                             <xsd:element ref="Date"/>
                             <xsd:element ref="Mileage"/>
                             <xsd:element ref="StatusCD"/>
                             <xsd:element ref="LineItems"/>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
              <xsd:element name="LineItems">
                   <xsd:complexType>
                        <xsd:sequence>
                             <xsd:element ref="LineItem" maxOccurs="unbounded"/>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
              <xsd:element name="LineItem">
                   <xsd:complexType>
                        <xsd:sequence>
                             <xsd:element ref="Operation"/>
                             <xsd:element ref="Details"/>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
              <xsd:element name="Detail" type="xsd:string"/>
         </xsd:schema>
        </wsdl:types>
        <wsdl:message name="MntcHistory">
            <wsdl:part name="parameters" type="ns0:MntcHistory"/>
        </wsdl:message>
        <wsdl:message name="MaintenanceHistory">
            <wsdl:part name="parameters" type="ns1:MaintenanceHistory"/>
        </wsdl:message>
        <wsdl:portType name="portType">
            <wsdl:operation name="LeaseBaseClientOp">
                <wsdl:input message="tns:MntcHistory"/>
                <wsdl:output message="tns:MaintenanceHistory"/>
            </wsdl:operation>
        </wsdl:portType>
        <wsdl:binding name="intfwsLeaseBaseClientEndpoint0Binding" type="tns:portType">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
            <wsdl:operation name="LeaseBaseClientOp">
                <soap:operation style="rpc" soapAction="/Processes/LeaseBaseClientOp"/>
                <wsdl:input>
                    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://Input.LeaseBaseGetMntcHistory.remarketing.gf.com" parts="parameters"/>
                </wsdl:input>
                <wsdl:output>
                    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://Output.LeaseBaseGetMntcHistory.remarketing.gf.com" parts="parameters"/>
                </wsdl:output>
            </wsdl:operation>
        </wsdl:binding>
        <wsdl:service name="intfLeaseBaseClient-service">
            <wsdl:port name="intfwsLeaseBaseClientEndpoint0" binding="tns:intfwsLeaseBaseClientEndpoint0Binding">
                <soap:address location="http://localhost:8080/Processes/intfwsLeaseBaseClientEndpoint0"/>
            </wsdl:port>
        </wsdl:service>
    </wsdl:definitions>Thanks in advance!

    Hello
    You may try something like the modified code below.
    Noticiable changes :
    #1 - Removed the parentheses. Your original code won't yield alias list but a list of finder objects, which is the reason why Preview opens the image. (The statment 'open finderObject' behaves the same as double clicking it in Finder)
    #2 - Only delete the original jpeg files which are converted to tiff.
    #3 - Build new path for converted image.
    #4 - Save in new path. (When saving image in a format other than its original format, always save the image to a new file and do not attempt to overwrite the source file.)
    cf.
    http://www.macosxautomation.com/applescript/imageevents/08.html
    on run
    tell application "Finder"
    set PicturesFolder to (path to home folder as string) & "Pictures:SenseCam:" as alias
    set Photographs to get entire contents of PicturesFolder as alias list -- #1
    end tell
    set DonePhotos to {} -- #2
    tell application "Image Events"
    launch
    repeat with Photo in Photographs
    set Photo to Photo's contents
    set oldPath to Photo as string
    if oldPath ends with ".jpg" then
    set newPath to oldPath's text 1 thru -5 & ".tif" -- #3
    set ImageRef to open Photo
    save ImageRef as TIFF in newPath -- #4
    close ImageRef
    set end of DonePhotos to Photo -- #2
    end if
    end repeat
    end tell
    tell application "Finder"
    delete DonePhotos -- #2
    end tell
    end run
    Hope this may help,
    H

Maybe you are looking for

  • Can I remove the skip links piece from a WebCenter Portal Application?

    We have a better skip links implementation we would like to use. How can I turn off the default? Not simply hide it, but rather not render it at all period.  This goes the same for the noscript piece that says JavaScript is required to run the Applic

  • Need driver for Function Key for Win 7 64bit - Satellite A500-1DN

    I Finished installing Windows 7 Ultimate - 64bit I Want Download "Function Key" Drivers or "Function Key" Software I searched a lot but did not find the ... Please send it to me Satellite A500-1DN please help me...

  • User name in email

    My iphone syncronize email with my company Exchange. When I receive an email, the sender's name appears correct but when I open this email, it shows only part of the name. In the screen where shows all email, it appears Eduardo Oliveira Ribeiro, but

  • LabView and Ethernet I/O modules (from Advantech)

    I'm a LV beginner and I need to communicate via Ethernet with DAQ modules (ADAM-6000 series from Advantech). What is the best and easy way to communicate using Ethernet ? LV has built in VI's to do this ? I've read and heard a lot about DataSockets a

  • SMQ2 - SYSFAIL - Exception condition "LOGSYS_FOR_GUID_CHANGED" rai - Active

    Dear Experts, Greetings!!. In CRM SMQ2, ( inbound Queue ), I have a queue "R3AD_ZDNL_COND_A956" displays as a "sysfail" and have unlocked no change in statuses. I been still double clicked on the queue and displays as "Exception condition "LOGSYS_FOR