Not saving addresses

I have the current version of iOS on an iPhone 3G.
In Mail when I click on an email address I have the option to create a new contact. I click to create the new contact. I go in my Contacts and the eddress isn't there. Is this is known problem? It seems to have not been working for quite a while. Very annoying.
Thanks.

Thanks. Unfortunately that did it not solve it.
When I click on the name, I get a dialog that asks if I want to create a new contact.
I hold down Create a New Contact and a dialogue appears that gives me the option to enter more data.
When I'm done I click Done in the upper rights
When I go to Contacts the new name is not there. Nor does the new name sync to the cloud.
What's odd is, if I click on the name in the email again, I don't get the option to Create a New Contact. It seems to assume the contact is there already, when it's clearly not.

Similar Messages

  • Previous Recipient List in Mail not saving Addresses

    I've got a MacBook Pro here with plenty of hard drive space and 10.4.10 that is not saving previous recipients in the previous recipients list of mail.
    At first, it was just not holding addresses more than 3 or 4 days old, now it's not keeping anything more than a day at best.
    Any thoughts? Should I just delete the previous recipients preferences file in Home/Library/Address Book, or is there more?

    Welcome to the discussions, Ethan.
    There is no separate Previous Recipients file - they are stored in the AddressBook.data file, along with your Address Book contacts.
    What happens when you email someone and then look at the Previous Recipients window in Mail? Is the address you have just used there? If you watch the window, do older PR entries just disappear? Does it affect entries that are in your Address Book? Is your Address Book also affected?
    AK

  • Not saving the data in two tables

    Hello,
    its my production problem, i have an update form where you can update the records and these
    records will sit in the temp tables until the final approval from the supervisor.
    In this update form i have two table where i am saving the data one is dup_emp to save the
    officer data and another is the dup_address to save the officer where he worked data.
    in this form address form is pop up screen where you can update and gets back to the original
    form where you can see all the other fields. my problem is if a user hit the cancel button on
    address form example the user doesnt want to update any information on that screen so user
    cancel that screen, and comes to the other screen where the user makes the changes to the
    appropriate fields and hits the SAVE button. in this case its saving only to the dup_emp table
    data not the address data from the address form to dup_address table for the same record.
    if the user cancels in both the screens cancel button it should delete the record from both the
    tables but cancel in form and saves in another form it should save the record in both the
    tables.
    here is my code from both cancel buttons from both the forms.
    this is code is from address form cancel button.
    delete from dup_address
    where address_id=:address_id
    and parent_table_name='emp';
    commit;
    CLEAR_BLOCK;
    go_block('DUP_EMP');
    This code is from dup form of the cancel button
    declare
    temp_address_id varchar2 (12);
    begin
    delete from dup_emp
    where secondemp_id =:dup_emp.secondemp_id;
    delete from dup_address
    where parent_t_id=:global.secondemp
    and parent_table_name='emp';
    commit;
    clear_block;
    go_block('secondaryemp');
    END;

    Hi,
    As Aravind mentioned, it's nothing related to workflow. You have to find a BADI in tcode PA30 that could be used after the infotype is updated. So, you can use FM SAVE_TEXT.
    Regards,

  • Visio 2010 - Shape Data Fields Are Not Saving

    I am having a problem with a number of shape data fields which are not saving data that has been entered into it, whether by entering it through the "shape data" or "define shape data" dialog boxes, or by editing the "shape
    sheet". 
    All data fields appear to save normally while file is open, it remains as entered.  However, when file is closed and later reopened select data fields do not retaining data correctly.  Some retain nothing (null), or revert back to a "default"
    value, see below for a couple examples:
    Rack Units:  Want to enter data as 1U, 2U, etc. ... in some cases it will save it as entered while in other cases it reverts to "1 RU", "2U", etc.
    Room:  Enter the data as I want it stored, most of the time it appears to come back empty, there are some shapes which will retain as entered.
    Comments:  Fails to retain any data
    I have looked at a number of reasons to explain why, whether the problems occur with stencils is supplied by Microsoft, a vendor, or were custom created.   Looked into whether it might have to do with a particular vendor's stencils/drawings
    but I have a number of Cisco drawings where some save those fields as entered while others do not.  I believe it could be a setting within the stencil preventing it from saving the data as entered, enabled in some cases and not in others.
    I have checked "Protection" under the "Developer" tab, but nothing appears to be set to prevent editing/storing data entered. 
    Is there some setting(s) or field(s) somewhere that I can look at to allow this data to be saved as entered?
    Is there a GLOBAL setting that can be set once within a file?
    Thank you in advance for your time to assist me in fixing these problems. Have a great day!
    MJ_NWE
    MJ

    >Can I build logic so that they can't fill in a field unless the previous field has been filled in?
    It's theoretically possible to do this (e.g. each field has an action
    of removing read-only on the next). It's considered extremely bad form
    design, because people don't always fill in fields in the order
    specified. If you watch people with a form they fill in their name,
    address, other easy stuff; then they go back for the harder stuff.
    They may want to save a form because one piece of information needs
    research.
    What you might like to consider is a large splash "FORM INCOMPLETE" in
    Red or whatever, which vanishes when all the fields are completed.
    Aandi Inston

  • Why SQL queries are not saving in agentry editor for first publish?

    Hello Experts,
         In the process of developing an agentry application i have defined SQL steps and saved in agentry editor with out any errors .When i have published definations for first time it is displaying error 'Invalid object some where' in back end SQL log file ,when i have seen in editor some times the query is not saved,some times even it is defined then also the same  error.So i have copied the steps and saved again.Now i have done a publish,it is working fine.This is happening only when i implement exchange mechanism(Showing error in ATE getfetch error).But with out exchange mechanism  it is working fine.Is this related to the installation of editor plig-in is not correct?. I have done preferences setting in my workspace correctly.
              Help me in this regared.Thanks in advance.
    Thanks & Regard,
    Sravanthi Polu

    Sravanthi,
    For your error: displaying error 'Invalid object some where' in back end SQL log file.. This is happening only when i implement exchange mechanism(Showing error in ATE getfetch error)
    Two suggestions (My best suggestion is item 2 below - I think that is where you have the error)
    Item 1: Are you using the right encoding? In your Eclipse Editor under the main menu Windows - Preference -> General -> Workspace. What is your Text file encoding set to? Cp1252? Try setting it to UTF-16.
    There is a tutorial about this in:
    https://service.sap.com/sap/bc/bsp/spn/esa_redirect/index.htm?gotocourse=X&courseid=70246375 (Enterprise Academy classes). The course is really a simple < 5 minutes discussion on different types of encoding and why they exist and how to change the Eclipse to what you wanted.  SQL is normally done in UTF-16 for 16 bit.
    I am assuming that the encoding could be wrong.
    Item 2: Another thing that could be wrong is how you specify the SDML (Flunky code). 
    In your SQL Script: Anything that has the "<<" and ">>" open and close marker is an SDML (Data Markup Language) and needs to be pre-populated before the Agentry Server submits your SQL query to the backend. In essence, this is use to populate the SQL query with predefine information like your userID or location and when the SQL gets process it will populate the script with the correct information.
    So if you are not properly using the flunky (ex: <<object.address>> where address is not a key ID in a Fetch step (Check manual for usage of SDML AgentryLanguageReference_6.0.0.0.pdf) then you may get invalid object.
    When you do a SQL "Fetch" Client Exchange and Server Exchange Steps, you can select a few options:
    For this discussion let us talk about these 2 items below.
    1. Run Attribute: Run One Time
    or
    2. Run Attribute: Run Once Per Object.
    When you select Run Once Per Object the only available Flunky or SDML commands you have are:
    object.keyPropertyName
    lastUpdate
    fetch.messageNumber
    The 3 above are your only options
    If you try to do something like object.property1 where property1 is part of your object properties then it will not work for Run Once Per Object.
    It may work for Run One time as fetch.propertyname.
    From your symptoms where you are complaining about an issue in exchange steps, your error is a typo or a misused or a misunderstanding of how fetches and SDML works (documented in page 398 or 399 of AgentryLanguageReference_6.0.0.0.pdf).
    See pictures just in case you don't have access to that pdf file (The picture below simply proves what SDML options is available for your Fetch Client Exchange Step).
    Hope this helps.
    Regards,
    Mark Pe
    SAP Senior Product Support Engineer

  • Edits are not saving in my contacts.

    When I add edits to my contacts, they are not saving.  Anyone else having that issue?  How do I resolve?

    Hi there,
    If you are using iCloud to sync your contacts then I would recommend taking a look at the troubleshooting steps found in the article below. Specifically the steps found under the section titiled "Troubleshooting iCloud Contacts update or setup issues with Contacts on OS X Mountain Lion (or Address Book on OS X Lion)"
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/TS3998
    -Griff W.

  • Hi. I just got the iPhone 6, plugged into itunes and made the mistake of putting an OLD back up on my new phone resulting in losing all contacts after 2013. They are not saved on the cloud. Is there any way to go back to before I screwed up?

    Hi. I just got the iPhone 6, plugged into itunes and made the mistake of putting an OLD back up on my new phone resulting in losing all contacts after 2013. They are not saved on the cloud. Is there any way to go back to before I screwed up?

    If you have performed a sync with the device since you restored this old backup, then don't bother looking for another backup. iTunes writes over the last backup each time you sync. If you were handling contacts in iCloud, you would find them by logging into iCloud. Or you can check settings and iCloud and see if the button it on for Contacts. Otherwise it might have been on the computer, if you had a program that syncs with iTunes and handles contacts, depending on the computer system you use. If Windows, it would be Windows Contacts or Outlook. If a Mac, there is a Mac Address book as well.

  • Changes not saved in .fla (not only ActionScript)

    Regarding the technote "ActionScript changes are not saved in
    the FLA" (
    http://www.adobe.com/go/tn_19363),
    I'd like to add that this does not happen only in the ActionScript
    code. I am currently integrating translation in a Flash animation
    made of 30-40 .fla files, and copying foreign texts in static text
    fields by means of Animation Explorer (Viewer?, I have a French
    Flash version) is prone to that same behavior.
    The workaround seems to be efficient, though not very
    practical.
    Obviously, before you understand what is going on and search
    for help on the Internet, you will lose A LOT OF time.
    Like everybody, I hope this enormous bug will be addressed as
    soon as possible.
    Regards,
    Xavier PITEL

    Hi,
    I think I have done it correctly but its a bit different from what you are saying...
    From Tools menu I chose Export Design objects and then it chose the S/w component that I was
    modifying and There were 2 modes, Transport using CTS and Transport using file system and I chose CTS.
    In next step of the wizard I chose " All objects of the SW component...." and then in next it created
    me a transport request and then it was done. I could see a preview of the different objects
    that were included in that transport.
    I could see this transprt created thru menu option, Tools --> Open CTS...
    Is that all ?? So once I am done and release this transport, it will be movied to QA right ?
    Just want to make sure I dont mess up the existing set up !!
    thanks

  • When I edit any contacts, my edits are not saved. Why?

    Any changes to my contact list (when I update email address changes, or phone numbers/postal addresses etc) the edit appears to have worked, but as soon as I back out of my address book, the change has not saved. Any ideas?

    https://support.mozilla.org/en-US/questions/996474#answer-561758

  • Yosemite Mail mail not saving preferences

    OS X 10.10, Mail 8.0
    I have several mail accounts set up, a mix of POP and IMAP
    One IMAP account does not use secure authentication.
    If I set the preferences for the account under the Advanced tab, and tick 'Allow insecure authentication', then save preferences, I can send mail to the account.
    However if I return to Mail after 5 minutes or so the preference has changed back to disallow insecure authentication, and that mail account no loner works. I get a message:
    "Mail cannot send your password securely to the server. You can remove this restriction in the Accounts preferences by setting “Allow insecure authentication”, which could put your password at risk."
    I have a POP account for a different email address with the same provider, and the preference to allow insecure authentication is saved.
    I have tried deleting the account and setting it ip again, but the IMAP presence to use insecure authentication is still not saved.

    I have this issue as well.  This includes the inability of font preferences to stick, and the toolbar changes to be retained.

  • Custom 2-week timecard layout not saving hours on 2nd Monday on 2nd row

    We have a custom timecard layout, based on the projects and payroll layout, that moves the comments from the details page to the front page after each day's hours field.
    It is working fine when used with a one-week timespan, but for 2 weeks, there is a strange problem. If you enter row 1 with no hours on the second Monday, then try to enter row 2 with hours on the second Monday, it will not save those hours. Instead, the hours are erased and the field blanked out.  It will save hours on other days, but not the second Monday.  Also, if you hit Continue, the hours are blanked out on the second Monday.
    Anyone else experienced this?

    Yes, thanks, I have found it.
    Independently, I discovered the problem with the timecard. In the two week format, the second Monday hours input element had an ID of B2822, which was the same ID of the comments for the second Tuesday.
    The sequencing for the ids for the hours input fields is B2210 .. B2227, B2228, B2229 etc.
    The sequencing for the ids for the comments input fields is B2810, .. B2821, B2822, B2823, etc.
    It would appear in our case that when the timecard layout is generated, the second Monday on the second row gets an ID of B2822 when it should be B2228, which seems to be a typo somewhere.
    Once I understood the problem, following Ramu's suggestion that it was a known bug, I was able to search metalink using the search term 'OTL hours not saved' and found patch 6368806, which addresses a similar problem with a different layout. I will post an update if that patch resolves the problem.
    Note:467906.1 and Note:467483.1 have more information.

  • Aironet 1242ag - not saving changes

    dear friends...
    i am struggling with this devices now from some time.. not sure where is the mistake ...when i am trying to configure wireless device (AP) from web using exprerss setup or nornal manual mode .. it is not saving any changes.. means clicking on apply button does not do anything ..  infact its not getting clicked... please see the screen shot attaced ..my express setup menu is different then the one mentioned in this link
    http://happyrouter.com/how-to-configure-a-cisco-wireless-access-point-ap-from-scratch
    any still if you make any changes and refresh the page it comes back to 10.0.0.1 ip which is shown on the screen shot...
    guys any help will be really appreciated ...
    or if someone can also share the commands to configure the same... but before commands i want to sort out my above issues...

    Hi,
    The simpleset configuration would be something like as below.
    dot11 ssid TEST
       vlan 1
       authentication open
    interface Dot11Radio1
    encryption vlan 1 mode wep mandatory
    interface Dot11Radio1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface Dot11Radio0
    encryption vlan 1 mode wep mandatory
    interface Dot11Radio0
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface FastEthernet0
    encapsulation dot1Q 1 native
    no ip route-cache
    duplex auto
    speed auto
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip add x.x.x.x y.y.y.y (where x.x.x.x is the ip address whichyou want to assign and y.y.y.y is the subnet mask)
    ip default-gateway x.x.x.x (where x.x.x.x is default gateway which you want to use)
    Hope that helps
    Regards
    Najaf
    Please rate when applicable or helpful !!!

  • Iphone not saving cookies anymore....

    Iphone not saving cookies anymore....   I am running an IPhone 3gs and just upgraded my firmware from I think 4.1.2 to 4.3.2 (8H7). Now the problem. I spend
    a lot of time on craigslist searching for specific items all day long. With the 4.1 firmware,  When you look at a certain items and go back it highlights it a
    different color (light purple)  so that it shows that you have previously visited that item. The un visited ones ar blue. I can go back tomorrow and it will still
    show that I have visited that item. However, since upgrading to 4.3.2 it no longer holds the cookie. For example go to craigslist and search for something, then
    view the item, and in safari press the back arrow. The item you just looked at is now light purple, the rest being blue. Now hit the refresh arrow in the address
    field at the top and the item will return to blue and will not show that the item was visited. This color change sort of checks off what i have already looked at.
    Without it I have to look through them all over again. If you have a solution to this problems, Please email me at [email protected] thanks

    Try deleting and manually recreating the account on your iPhone.

  • Nokia 6133 moves addresses to "notes" in Address Book

    So I got my 6133 to work by hacking the 6131, but now the addresses get moved to "notes" when I sync with address book. Does anyone have an idea as to why? Grazie mille...

    I too am having this same problem with Notes in AB not saving changes to random contacts. It is very frustrating. I have asked several people/geniuses at my Apple store and no one has ever seen it before, nor do they know what to do. I'm running Snow Leopard and do not believe I had this problem before I upgraded to SL in September.
    Also, I have another very ODD thing happening....when I merge two contacts, the newly merged card now has randomly selected what IT wanted to keep or delete from the two cards that were merged. For example, one card had just name, work email and work phone, the other card had name, address, home phone, four children, and home email and a note. The NEW card now has name, only ONE child, only work email (no home email), address, only home phone (no work phone). Bizarre! This happens all the time with random info deleted or merged as it pleases. Sometimes it creates two lines of the same info that wasn't even on both cards, just one of them.
    This makes Address Book VERY unreliable to me. The merge feature just doesn't work recently. I'm thinking it worked better BEFORE I installed Snow Leopard. Could this be?
    Anyone else have issues with this? Please Help!

  • Keychain: What happened to "passwords not saved"?

    I was about to answer this question by directing the user to Keychain Access, where he could find the relevant website and simply delete it.
    For as long as I've known, if you tell a website to never save passwords for it, Safari would create a Keychain entry with the website URL along with the note "passwords not saved". From that moment on, Safari would not ask if you'd like to save the password. The Keychain entry was self-explanatory; if you asked Keychain to show the password the field would be blank.
    So, I checked my Keychain for the several secure financial websites where I store various amounts of the enormous Galt wealth all over the globe. They're not in Keychain any more - they're gone completely!
    I suspect this happened when I updated Safari from 4.0.4 to 4.0.5, since I got the familiar popup "Keychain has been updated" etc.
    Something must tell Safari not to ask to store a password for a particular website, and without a Keychain entry, it can't be the Keychain, right? So what is it now? A cookie?

    Thanks, BD, this makes sense to me, though I can't seem to find a Login keychain I think I understand what's going on now.
    The difficulty seems to be function of how Safari interacts with secure websites, and that's changed with Safari's evolution. At one time Safari would give you the option of saving names and passwords no matter what. They were stored in Safari's Autofill preferences while the actual passwords were stored in the Keychain. Later, it appears that Safari began to honor a secure website's request to not even do that, so I'm never given the choice. Those Keychain entries disappeared.
    Firefox behaves differently still. At least one secure website will not allow Safari to autofill, but the same one will autofill with Firefox. It requires a ridiculously secure, non-memorable password, such as U*ng%!+{&.4 - you know, the kind you have to write on a Post-It note stuck to your monitor since it expires every 36 hours. It's a government website and by definition, stupid. For that one I use Firefox.
    I would surmise that if the internet standards allow for a choice, Apple is taking the more secure route.
    So, some websites, even though their address starts with https:// allow Safari to store names and passwords. I surmise that some do not; for those Safari will not even give you the option. I was looking for those in my Keychain - now they're gone, and I guess that's the way it's going to be!
    You deserve a by the way, but I had clicked "Helpful" before I unraveled this mystery. Sorry!

Maybe you are looking for

  • IOS Enterprise Program Invoice

    Hello, We as a company subscribed to iOS Enterprise Developer program to enroll our iOS devices via MDM softwares. Enrollment to program has been completed and due to company policies i need to get invoice for this purchase. I can't find any invoice

  • DisplayPor​t Question

    Hi guys, Question about the DisplayPort connector. I currently have 2 external monitors and am using the VGA port to send the signal from my Lenovo T520 to one monitor while the other is idle. I just found out about the DisplayPort plugin, but I want

  • Screen Resolution from Standby

    hallo, I use a T500 with Windows Vista x64. Since the last update from Lenovo and MS (SP2), switch the screen after standby mode briefly in the resolution 800 * 600 ... and minimizes all open windows to this size, the new order iconsin ...  someone h

  • RoboHelp 9 - What does WebHelp Search actually Search

    I am using RoboHelp 9 and can't seem to find out what WebHelp Search actually searches. Will it search Word documents, PowerPoint or PDF documents that are included in the Project files? Or does it only search for the keywords that I enter for that t

  • HT204053 Can't get rid of old ID from previous owner when need upgrades from APP Store?

    My son set up his acct when he download most of the APP Store, few months later I downloads few more in his name till his ID doesn't work, so I decide to change into my name in acct, however when the APP show need upgrade those games etc.. Still auto