Undo saved changes in SMS drafts

Hello Everyone,
I record very important data at work on my phone and save them as an SMS draft, while I was selecting all the text to be copied, I pasted dfferent data over it. 
I want to know how I can restore the draft to where it was a day ago for example.
Thanks and have a great day!
Kareem

I don't think you can if you have copied over it and then subsequently saved it
For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

Similar Messages

  • How to undo the changed record!

    Hi
    I have edit a record in my form (haven't been saved). Now, I want to undo the changes on my record. How can I do that?
    Thanks
    null

    lenyhu,
    Since get_item_property always returns a varchar2 value, your line:
    .. rowidtochar(get_item_property(:system..is the cause of the error.
    I'm not exactly sure why do you want to use rowids, when you can copy the database value back into the item.
    Please take a look at the code below, which you can copy to the When-Button-Pressed trigger of your UNDO button:
    declare
    l_first_item varchar2(100);
    l_last_item varchar2(100);
    l_curr_item varchar2(100);
    l_curr_block varchar2(30);
    begin
    l_curr_block := :system.cursor_block;
    l_first_item := l_curr_block | |'.'| | get_block_property(:system.cursor_block, first_item);
    l_last_item := l_curr_block | |'.'| | get_block_property(:system.cursor_block, last_item);
    go_item(l_first_item);
    l_curr_item := :system.cursor_item;
    while l_curr_item <> l_last_item loop
    copy(get_item_property(l_curr_item, database_value), l_curr_item);
    go_item(get_item_property(l_curr_item, nextitem));
    l_curr_item := :system.cursor_item;
    end loop;
    record_property(:system.cursor_record, l_curr_block,
    status,
    query_status);
    go_item(l_first_item);
    end;I believe this code is 100% generic.
    Please, don't forget to change the UNDO button's Mouse Navigate and Keyboard Navigable properties both to NO.
    If you have any problems understading my code, just ask.
    Hope this helps,
    Pedro
    null

  • Change purchase order draft line removes G/L account data

    We created a purchase order and saved it as a draft.  We entered all information including G/L account and distribution rule but left delivery date blank.  When we go into the saved draft and input the delivery date, it removes the G/L account number.  There are many lines on this order and now we have to go back and input the G/L account number.
    Any suggestions?
    Thank you
    Lori

    Hi,
    Please clarify- same scenario was tested in 8.81 PL10 that, GL account is still remain, if copy draft to PO with changing delivery date for both item and service type PO.
    Note: checked only for GL account not for distribution rule
    Thanks & Regards,
    Nagarajan

  • Can't find "undo multiples changes"

    I am really frustrated. I spent hours formatting a document with pictures, then made some changes on the first page which altered the whole document - pictures all shifted to a different position. I tried to do "undo changes" but I can only undo ONE change! When I went to help - undoing changes - it says to go to edit>undo multiple times" - but there is no such option available! Please help!

    I hadn't saved the document - still haven't saved it - because I was worried about the very thing you mentioned. Do you have any other ideas why i can't see the "undo multiple changes" on the edit menu?

  • Close Excel com object without saving changes?

    Hi, I am trying to write a script which opens each of 31 excel workbooks, retrieves a value from a cell, and closes each workbook after retrieving.
    My code so far:
    $day=1
    $excel = New-Object -ComObject Excel.Application
    $excel.Visible=$True
    $workbook= $excel.Workbooks.Open("C:\Path|to\File\1_"+$day+"_14.xlsx")
    $workbook.sheets.item(1).activate()
    $WorkbookTotal=$workbook.Worksheets.item(1)
    $value = $WorkbookTotal.Cells.Item(7,13)
    $value.Text #this should give you back the Value in that Cell
    $excel.close()
    My problem is that when the code hits the $excel.close() method, the file stays open, and prompts for saving changes.  I don't know why it thinks there are changes, but what I want is to close the workbook without saving changes.
    I've just closed 44 open browser tabs, and have tried many things over the last hour, but can't seem to get this one.
    If anyone has any advice on how to do this, it would be greatly appreciated!
    Thanks,
    Kevin

    Hi,
    Please replace below code:
    $excel.close()
    with
    $workbook.close($false)
    $excel.quit()
    Hope this helps.
    Regards,
    Yan Li
    Regards, Yan Li

  • My iphone was stolen so I decided to delete my device in find my iphone,  but the it has not yet been deleted bec the device is not connected to the internet yet. Can I undo my changes before it will be deleted from icloud? Thank you

    Hi Suport,
    My iphone was stolen yesterday so I decided to delete my device in find my iphone,  but the it has not yet been deleted bec the device is not connected to the internet yet. Can I undo my changes before it will be deleted from icloud? I want to undo the changes because I may find my phone when it connects to the internet. Thank you
    See image below:
    email is [email protected] for questions thank you Apple. I hope you could help me.

    Sorry, you can't undo your action remotely.

  • Error message: "Querying or saving changes to the database failed."

    Hi all,
    I can sense I'm becoming a regular on this particular forum - the problem of spending 8 hours a day trying to get this software working!
    _*The problem*_
    When i try and setup a new device, or modify an existing one, I get an error message when i get to the Transcode Settings page. The error message is "Querying or saving changes to the database failed." After this I get a blank screen and can no longer see my settings.
    No amount of restarting has fixed this. And I cannot see a way to create a device through the client software and add transcode settings.
    Help?
    Thanks in advance,
    Ben

    Ah very good!
    Ok - it seems then that this works absolutely fine as a work around. I can create a device and then assign the device to transcode settings through the client adminsitration panel (which is indeed what I meant).
    So, there is a work around. Far less pressing now, but I would like to know why I'm getting the error message all the same - I'm now concerned about the integrity of the database...
    Thanks Tony!
    B

  • Problem in saving changes in hosts

    I am having trouble saving changes in hosts when I edit them in the terminal. So I execute the following directions:
    Launch Terminal, found in /Applications/Utilities/ or launched through Spotlight
    Type the following command at the prompt:
    sudo nano /private/etc/hosts
    Enter the administrator password when requested, you will not see it typed on screen as usual with the command line
    Once the hosts file is loaded within nano, use the arrow keys to navigate to the bottom of the hosts file to make your modifications
    When finished, hit Control+O followed by ENTER/RETURN to save changes to /private/etc/hosts, then hit Control+X to exit out of nano
    Once I try to save my changes, the usual window opens where you can choose you file directory. I cant save it anywhere because there is no suitable file or folder that allows me to do that. I searched a bit about that and saw that I can try entering the /private/etc/hosts directory. There I can see the file of the terminal named "Terminal Saved Output" but still cant save my changes there.
    Any idea what might be wrong and what I can do?

    Hi,
    If your using internal table to update use syntax
    Update <ztable name> from table <internal table>.
    if work area
    update <ztable name> from <wa>.
    since you want to update just zhof try using
    update <ztable name> set zhof = wa-zhof where <some primary key condition>
    Also check your code here:
    update zco_hoff2 from it_zco_hoff2.
    where as you have said earlier that your z table name is zcho_hoff2.
    Just use COMMIT WORK instead of addition WAIT.
    For more info write UPDATE/MODIFY in ur abap editor and do F1 on it.
    Regards,
    Amit
    Edited by: Amit Iyer on Aug 24, 2009 10:11 AM
    Edited by: Amit Iyer on Aug 24, 2009 10:12 AM

  • Saving Changes in Photoshop Elements 9

    I have trouble saving changes I make to photos in Elements 9.  When I try to Save or Save As, it says the photo is 'editing in progress,' even though I am finished with the changes.  How do I save the changes?

    You have to also close it to free it back up in the organizer.

  • How do I copy and paste to my mac and undo the change attributes like I do withmy iPad. I cannot shake my mac?

    How do I copy and paste to my mac and undo the change attributes. On my ipad I can shake it and undo the change attributes but not sure how to do this on the imac? Example Excel to email and undo changes?

    Thanks for the information....It did not work,....
    I am copying information from Excel and posting it into Lotus
    It works fine in word and other application, just not in Lotus notes...
    Any other ideas?

  • How can I close a document without saving changes?

    I'm using Pages 4.3 with OS10.9.1.
    Before I upgraded to OS10.9.1, when I closed a document (Command W) it asked me first if I want to save the changes I'd made to the document. I had the option of saving or not saving.
    Sometimes I want to close a document without saving the changes, for example if I edit a text, then decide I prefer the unedited version.
    But now that I'm using OS10.9.1, when I close a document, it automatically saves any changes I've made.
    How can I get back to the original option of saving or not saving changes when I close a document? This option was available with the same version of Pages, when used with an earlier OS.
    I've searched the Pages Users Guide, but can't find any answer, or default settings. Pages Preferences doesn't seem to address this.
    I'm not using track changes, so I don't think that's the problem.
    Any solutions would be greatly appreciated!

    [Viking: I am using v4.3. ... See my orginal post.]
    But I found the solution, for anyone else who is having the same problem....
    Open your computer's System Preferences > General, and click the box "Ask to keep changes when closing documents."
    Now, when you close a document in Pages, a window will open giving you the option of saving changes or not.
    (I don't know whether this works in Pagesv.5., buty it works with v.4.3)

  • IDVD 06 not saving changes?

    Greetings. I teach an adult ed class in iLife. Unfortunately, the lab has old single 533 G4s. When we use iDVD 06, the program is not saving changes made in the different drop zones, etc. We place elements in drops zones, tell the program to save, quit and relaunch...nothing saved.
    This problem was repeated by a student on his G5 at home.
    Any ideas?
    Thanks.
    Michael Colin
    Mac G4 Single 533   Mac OS X (10.4.4)   Problem on G4 and G5

    Hw much free space is left on the macs?
    Plenty. These are very small projects we're working on.
    Thanks for the response.
    Michael
    Mac G4 Dual 533   Mac OS X (10.3.9)  

  • Stocks App not saving changes

    My stocks app is not saving changes no matter what changes I make.  After making a change, I'll exit the app, re-enter and it defaults back to a whole bunch of stuff I didn't add.
    Can someone help me with this, I'm not sure where to even start!

    Nadia Bielawa wrote:
    This did not help at all.  I'm not about to restore my iPhone and set everything up again, there must be a simpler solution. 
    Th simple solution is restart.
    If that fails,  thenreset.
    If that fails, then restore from backup.
    If that fails, then restore as new.
    If that fails then make an appointment at the genius bar.

  • Day Light Saving Changes for Europe

    Hi,
      We are using SQL Azure databases in North Europe location. 
    When trying to use GETDATE() function, it is not considering the day light saving changes and brings back the time less by an hour.
    Is that something that we need to or can do on the server or database
    Having issues in saved records even for auditing purposes.
    Any help will be highly appreciated
    Many thanks
    Deepu

    When trying to use GETDATE() function, it is not considering the day light saving changes
    Hello Deepu,
    All SQL Azure server in all Azure locations (America, Europe, Asia, etc) returns for GETDATE always the same value: The current UTC date time. No time zone offset, no daylight saving, always UTC only. You can simply check it with this query:
    select GETDATE(), GETUTCDATE()
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • CM25 - Saving changes

    Hi all,
    I wanted to know if it is possible to do that the cm25 not leave the transaction after saving changes. Currently it return to the main menu.
    Is there any note to be applied?
    Thanks & regards
    Giuseppe

    Hello Giuseppe
    It is possible if you implement the following modification note:
    100114 - Navigation in capacity leveling
    BR
    Caetano

Maybe you are looking for

  • How to change the text in Footer

    Hi SAP Gurus,   Am not ABAP expert, currently I have one change request that we have one SAP form. in that Form we have Footer window to print the footer in the out put, currently my requiremtn is i need to delete some of the lines in the footer text

  • Wrong project opens when double clicking on a project in project view

    This is really weird. I have a personal library that was created by importing my entire iPhoto library and a Pro library that was created by just importing groups of images and folders from one of my drives. Both libraries are 100% managed. When Aper

  • SPOD won't go away ... long history of problems

    I have a first generation 17" macbook pro and lately the spinning pizza of death (spod or spinning color wheel as others call it) just won't stop. Over the past 6 months, a 1 gig ram chip died and I've been through 2 hard drives. My 80 gig original d

  • Forward Error Correction

    I'm trying to find a way to implement Forward Error Correction (FEC) in Java, and if possible, find a code that someone has wirtten b4. Can any1 plz help me? I need this FEC in a one way communication.

  • Sox compliance in Oracle HRMS

    Hi, I am looking for standard policies during implement Oracle HRMS. Such as: System architecture and processes to identify issue. Integration process. What is kind of data encryption while in transit?... Security Gaps Sensitive Data Leaks Non secure