New "delete" button with most recent firmware

Hi
After downloading the most recent iPhone update, 4.1 i believe, I received an email which I read n my phone, and when I was finished, I pressed the icon which is where the dustbin icon used to be. I assume that this sends emails to trash, but when checking trash on both my phone and my online ail account (googlemail) the mail item is no where to be found. I tested this process with two further emails with the same results.
Can anyone shed any light on what is happening please?
Thanks

If you've been archiving the messages, they have not been deleted. Log into your Gmail account online & they should all still be there. They are only deleted if you move them to trash then empty trash.

Similar Messages

  • Seelcting records with most recent date

    Hello Friends
    I am new to this group.
    I am having a set of records as follows in a table
    col1,col2, col3(dd/mm/yyyy)
    1 abc 1/1/2007
    1 def 2/1/2007
    2 ghi 1/1/2007
    2 --- 3/1/2007 (No value in col2)
    3 jkl 1/1/2007
    3 mno 4/1/2007
    I would like the output as follows:
    col1, col2,col3
    1 abc 2/1/2007
    2 3/1/2007
    3 mno 4/1/2007
    (ie with most recent update_dates)
    How to implement this in SQL?

    Double post.

  • Selcting records with most recent date

    Hello Friends
    I am new to this group.
    I am having a set of records as follows in a table
    col1,col2, col3(dd/mm/yyyy)
    1 abc 1/1/2007
    1 def 2/1/2007
    2 ghi 1/1/2007
    2 --- 3/1/2007 (No value in col2)
    3 jkl 1/1/2007
    3 mno 4/1/2007
    I would like the output as follows:
    col1, col2,col3
    1 abc 2/1/2007
    2 3/1/2007
    3 mno 4/1/2007
    (ie with most recent update_dates)
    How to implement this in SQL?

    or:
    SQL> create table t
      2  as
      3  select 1 col1, 'abc' col2, date '2007-01-01' col3 from dual union all
      4  select 1, 'def', date '2007-01-02' from dual union all
      5  select 2, 'ghi', date '2007-01-01' from dual union all
      6  select 2, null,  date '2007-01-03' from dual union all
      7  select 3, 'jkl', date '2007-01-01' from dual union all
      8  select 3, 'mno', date '2007-01-04' from dual
      9  /
    Tabel is aangemaakt.
    SQL> set autotrace on explain
    SQL> select col1, col2, col3
      2    from (select col1, col2, col3, row_number() over (partition by col1 order by col3 desc) rn
      3            from t)
      4   where rn = 1
      5  /
          COL1 COL COL3
             1 def 02-01-2007 00:00:00
             2     03-01-2007 00:00:00
             3 mno 04-01-2007 00:00:00
    3 rijen zijn geselecteerd.
    Uitvoeringspan
       0      SELECT STATEMENT Optimizer=CHOOSE
       1    0   VIEW
       2    1     WINDOW (SORT PUSHED RANK)
       3    2       TABLE ACCESS (FULL) OF 'T' (TABLE)
    SQL> select col1
      2       , max(col2) keep (dense_rank first order by col3 desc) col2
      3       , max(col3) col3
      4    from t
      5   group by col1
      6  /
          COL1 COL COL3
             1 def 02-01-2007 00:00:00
             2     03-01-2007 00:00:00
             3 mno 04-01-2007 00:00:00
    3 rijen zijn geselecteerd.
    Uitvoeringspan
       0      SELECT STATEMENT Optimizer=CHOOSE
       1    0   SORT (GROUP BY)
       2    1     TABLE ACCESS (FULL) OF 'T' (TABLE)Regards,
    Rob.

  • While doing the most recent firmware upgrade, my iMac hung on the spinning ball. The instructions said "not" to turn off power during the process, so I don't know what to do. The ball is still spinning.

    While doing the most recent firmware upgrade, my new iMac hung on the spinning ball. The instructions said "not" to turn off power during the process, so I don't know what to do. The ball is still spinning.

    If you tried resetting the ipod and it still keeps having the same issue you described, try setting the ipod to disk mode.
    Here is an article from the apple support website on setting the ipod to disk mode.
    http://docs.info.apple.com/article.html?artnum=93651
    If you can get the ipod into disk mode, connect it to the computer and rrestore the ipod using itunes.
    if the ipod will not go into disk mode, you can return the ipod or set the ipod up for service via the apple ipod service depot.
    http://depot.info.apple.com/ipod

  • Wacom or Bluetooth Mouse issues with most recent Beta??

    Wacom or Bluetooth Mouse issues with most recent Beta??
    All I was wondering if anyone was having issues with Lightrooms beta and pointing devices… while I’m sure the Wacom Introus4 is dying in Lightroom I can’t verify that my Mouse is as well.
    I’m using the most recent Beta of Lightroom and Wacom Tablet Driver 615-3a… I’m sure the issue dosent reside with another program because the tablet only stops working in Lightroom. Basically I loose all tablet functionality until I reboot whin I attempt to access the Film Strip… I’ve repeated a few times and with each it dies…

    Unfortunately, although you are getting problems with your Wacom and Lr, the solution for the short term is to re-install an older driver for the tablet until Wacom come up with a new update to fix the prolem. This has been a long running problem for users when operating Lr with Wacom tablets.
    (I offer this solution not from personal experience, but from what other tablet users have reported in previous threads, and there have been several).

  • How to display record with most recent date in sapui5?

    Hi
    I have a local json data with me, in which I have number of records.
    And in each record I have an "AENDATE" as a date property.
    Now I want to display the record with most recent date in the records.
    How I can I do it......????????
    Please help me with this.
    Thanks
    Sathish

    How about sorting your json model descending, and display only first (index:0) item?

  • Need to revert to previous non-icloud ical -- new Delete button in Edit window is a problem.

    Does anyone know how to revert to a previous version of iCal?
    The new 5.0.3 iCal update is giving me huge problems.
    When editing events, sometimes a delete button appears in the bottom right corner of the Edit window. Reflexivly, I click the small button, which I don't realize until it's too late, had changed to a 'delete' button. The new event is gone; there is no undo available.
    I lost several appointments until I realized what was happening. I have lost new appointment with all the details I'd entered since.
    Realize that this is just an opinion, but it is unfathomable why the UI change after all this time. There seems to be no good reason for having a delete button sometimes appear on the edit window.
    Another change that is driving me crazy is that the Edit window open and close shortcuts were both command-E. Now, the commands have changed.
    Please help! This is driving me crazy. I use iCal dozens of times a day. The new changes are not making me happy.
    Thanks.

    Hi flamechaser,
    Welcome to the HP Forums.
    I see that you are having some issue's when attempting to scan to the computer.
    I do have a few suggestions we can try in the attempt to troubleshoot this issue.
    First off, please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    I have also located a document that deals with communication issues between the computer and printer. Please click on the following link for a Windows Error: 'No HP devices have been detected. HP Solution Center will now close.'
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • XML forms / news - delete button

    In the RenderListItem form, I did included two buttons :
    - edit button to edit the news => work perfectly
    - delete button to delete the news => the problem
    When I click on the delete button, I receive the following message :
    XML - Forms
    Item /BvD-it SEPNews/Others/0056c04e-7c12-2a10-8185-c74e6f577c75.xml does not exist
    but the file do exist.
    When I click on the OK button (at the end of the message), the news is effectively deleted.
    So this is functionnaly working, but it comes with a non relevant error message.
    Thank you for your help
    Vincent

    Thank you Matthias,
    I did add the buttons to the xml forms, not to use the FlexUI command.
    This solution bette fits the layout requirements I've.
    Are you sure about your statement that these buttons are no more supported ? Because I did opened an OSS message about the error, and discussion is going on, they never said it was no more supported. (Next step is to connect to our Portal)
    I'll keep the Treath updated with the solution provided by SAP.
    Thank you and kind regards
    Vincent

  • Trouble deleting Firefox 34 - most recent release

    I can't delete Mozilla Foxfire using my control panel after doing a system restore. My computer was corrupted recently and I was having problems with the most recent version (Flash shockwave add-on kept crashing) so I deleted Foxfire without issues. I continued to have problems so I did a system restore, choosing the most recent restore point when I no issues. Foxfire seemed to be part of this restore, but unfortunately does not work. How do I fully delete the non-functional Foxfire from my computer so I can reload a functioning version.
    Thank you!

    Hi,
    It might be possible to run the uninstaller manually.
    Could you please try pressing the Windows key + R? In the box that appears, paste:
    ''C:\Program Files (x86)\Mozilla Firefox\uninstall\helper.exe''
    And press Run.
    Let us know if that works!

  • Chronologically display email with most recent at top?

    How do I display my most recent e-mail chronologically at the top on iMac with OS X Lion?  I am a somewhat new Mac user and love the mail set up with OS X Lion, but I prefer to have the most chronologically recent emails displayed at the top, vs. at the bottom.  Can anyone walk me through how to do this?

    Nevermind.  I actually figured it out right after I posted this.... In case anyone else has this problem,
    In the mail menu, go to Mail, View, Sort By, and make sure there is a check mark in Descending.  Hope I can help someone else.

  • Problems with most recent Leopard upgrade

    Since the most recent upgrade of Leopard, my dual G5 is having major issues: external drives disappear, CS3 will not boot, says it is locked but it is not. Virex software crashes half way thru. iphoto buddy will not open new libraries. My install of Leopard went fine but now I am ready to go back to Tiger.

    Jo Ann Crebbin wrote:
    Since the most recent upgrade of Leopard, my dual G5 is having major issues: external drives disappear, CS3 will not boot, says it is locked but it is not. Virex software crashes half way thru. iphoto buddy will not open new libraries. My install of Leopard went fine but now I am ready to go back to Tiger.
    Virex is not compatible with Leopard. When I migrated, I received a warning to that effect. It's a well-known issue - it crashes partway through a scan.
    It has been replaced by MacAffe's VirusScan 8.6
    Story:
    http://www.jaharmi.com/2007/11/23/mcafeevirusscan_86_installationleopard
    download:
    http://www.versiontracker.com/dyn/moreinfo/macosx/10355

  • Problem with most recent apple combo software update

    So about a month ago I posted here about a problem I'd been having for a while that others seemed to have as well, with safari crashing and for me dashboard as well. Looking at my crash report, I was advised that most likely this was a javascript error and I did an archive install of Leopard and this did fix the problem.
    However, of course the Leopard from my install disk was a little old, so today when I did all the updates again, lo and behold, my problem is back. Looking at the date that the last combo update pack came out (mid June) I'm pretty sure this is when my problem started, and now its back again because I know that's one of the updates that I just did on my computer.
    So my question is, has anyone else experienced problems with this recent update, and secondly, what can I do? Should I re- archive/install and not do the update, and then just wait until the next combo update? I did the updates in order to get my itunes back in order, but I don't know if it would be detrimental to my other programs to not do this last combo update... And is there anyway I can go into my system and fix this while keeping up the update? Its just strange to me that no one else I know is having this problem, even though they keep up-to-date on all the software updates.
    Any help appreciated!

    I get the error when I try…downloading it from the Support pages
    That's very strange. Can you download anything from http://www.apple.com/support/downloads/ ?
    Launch Keychain Access, select Keychain First Aid from its left-hand menu, enter your password, select verify, and click on start. If that shows any problems, then select repair. If not, select X509Anchors, click on the top item, and then click the down arrow key until you find a bad/invalid certificate.

  • What is the max clob length for Forms 6i with most recent updates.

    I am trying to determine what the largest clob is that can be handled by Forms 6i with the latest patches installed. I have searched the forum and the help files and have found a bunch of different answers, but nothing useful - nothing current.
    I have a record that has a clob field with 28,213 characters (including spaces) or 9902 characters (without spaces). Saved as a text file, it is 29kb.
    To read and work with the data in Forms, I have to set the DATA: Maximum Length to 110000, almost 3 times the length of the actual data. I can read and edit the field without problems.
    My questions are:
    1. what is the maximum size of data in a clob field that will work with Forms 6i and Oracle 10R2 database (Forms with the most recent update)?
    2. what is the Maximum Length - It certainly doesn't seem to be character. How do I set this - 3x Actual????
    Thanks for the help
    Glenn

    In theory it should be 64k bytes. In practice its often a bit less than that.

  • Photoshop CC's Perspective Warp function not enabled with most recent update.

    I have the most recent updated version of Photoshop CC, using a MacBook running on 10.6.8, and the Perspective Warp function is not enabled. How do I fix this?

    I would guess you need to uninstall bridge cc and then reinstall without applying the 6.1 update
    (use the uninstaller in /Applications/Adobe Bridge CC)
    You can download Bridge CC direct from here
    Download New Adobe CC Trials: Direct Links (no Assistant/Manager) | ProDesignTools
    And the Bridge cc 6.0.1 update from here any others you might need
    (don't install the 6.1 bridge cc update, because that is the update that breaks bridge on 10.6.8)
    All the Adobe CC Updates: The Direct Download Links for Mac OS | ProDesignTools
    Be sure you follow the directions where it says Note: Very Important Instructions or the links won't work.

  • Strange behaviour on delete button with immediate=true

    Hi, I'm using JDev11.1.1.2
    I have dragged a view object as a editable form on the page.I added navigation + delete/create buttons.
    As I see it all delete buttons should be immediate=true, because I want the user to be able to delete the current row despite validation errors (or maybe this is achievable some other way ? )
    But now when I press the delete button, only the readonly fields are updated with next record in the iterator, but the input fields are not updated (they remain with the delete row's values).
    If I set disable=true to an inputField, then it gets updated with the next row's value.
    I tried with partialTriggers on the inputFields to the delete button - but no luck!
    Why I get this different behaviour on inputFields and outputText when the delete button is immediate=true?
    And how to deal with this problem?
    Thank you!

    Thank Frank for the answer, but still no luck
    Here is my code:
    <af:form id="f1" partialTriggers="cb6">
         <af:panelFormLayout id="pfl1" partialTriggers="cb6">
           <af:inputText value="#{bindings.Kod4.inputValue}"
                             required="true"
                             id="it1" partialTriggers="cb6">
         </af:inputText>
         <af:outputText value="#{bindings.Kod4.inputValue}" id="out1"/>
         <af:commandButton actionListener="#{bindings.Delete.execute}"
                               text="Delete" immediate="true" partialSubmit="true"
                               id="cb6"/>
         </af:panelFormLayout>
    </af:form>As you can see there are one output and one input field for a same attribute ... the output field gets updated on delete, but the input - doesn't
    There are partialTriggers and partialSubmit but still no luck
    My view is really a simple one - 3 fields, based on an entity. Tried with different view objects - still the same effect occurs.
    I don't see how a delete button can be of any help to the user if it is NOT immediate=true. I cannot add a row and delete it right away if there are validation errors
    Please help!
    Thanks

Maybe you are looking for

  • Business area not updated in one plant

    hi frends,while posting a document with moment type 543 through MB0a after GR i am not getting the business area in the acc doc in one of the plants....for other plant the business area is being fecthed...i tried dubugging found one FM k_cobl_check i

  • Deleting iwork

    So I downloaded the iWork 30 day trial, and when it expired, I purchased only Keynote and Pages from the app store. Now I would like to delete the iWork trial, but when I drag it to the trash can, it does not go in. This is very annoying because when

  • Installation of test versions failed

    Hi there, I have been trying to install LR and PS test versions on my Macbook. I have successfully installed the Adobe Creative Cloud, however in the "Apps" section, I can only see a clock that is turning (kind of something is still running). But I h

  • Command For Authorization Check

    Hii...Dudes... Can Any one tell me..What are the Commands and Procedure to do Authorization Check for Programs.. Any documentation could be help ful... Tell me How to create ....an Z Object and tell me procedure too... points will be rewarded .......

  • Drop down box drag and drop storyboard

    Hello I'm trying to create an interactive storyboard using the drag and drop function to drag characters onto a stage so the user can arrange them however they wish. My problem is that now I have started this project I have realised I need a lot more