How do you add a mobile number and a home number to a contact on a 4S

How do you add a mobile number and a home number to a contact on an iPhone4S?

First add the mobile number. Once you've done that there should be another field that shows 'iPhone". Tap on 'iPhone' and change it to 'Home' then input the home number.

Similar Messages

  • How do you add a stock tracker and weather to the notification center?

    How do you add a stock tracker and weather to the notification center?

    You can not. This is only a feature of iOS. It would only be supported via the dashboard on OS X

  • How do you add a new icon to the home screen?

    How do you add a new icon to the home screen?

    The only new icons you can add to your home screen are webclips, which can be added by using the "+" button in safari on the desired web page.
    You won't be able to add new apps until February when the SDK is fully seeded to developers.

  • How do you add a mobile phone number into iMessages in settings

    How do you enter a mobile phone number into IMessage in Settings on an Ipad?

    Take a look at this.
    iOS and OS X: Link your phone number and Apple ID for use

  • How do you add a Facebook, Twitter and Yelp links?

    How do you add links for Facebook, Twitter and Yelp onto a website created by using iWeb? I'm using a hosting service to get my site on the web.

    Hi 80smetalhead. My first help post, so hope it helps.
    First off choose wether you are using a icon or text.
    For a few free Facebook/twitter/in icons try: http://www.jordankennedy.com/jk/Free_Stuff.html
    Ether way the process is the same. Select the Text/iCon. Then go to "Inspector" in the bottom right hand. (Blue circle with a "i" in it)
    Then select the sixth iCon across. (blue circle with arrow)
    Click "Enable as Hyperlink"
    Then under that Link to: External Page <--this should be selected.. If not select it.
    Under that will be a box with a link already in there. usually a apple link. change that to your Facebook/Twitter address.
    And that hopefully should do the trick

  • How do you add a new buddy and have it save them?

    when i add a new buddy the person shows up under offline but i know that the person is online because she is texting me and then 2 minutes later the person dissapers and ichat doesn't work with the person. the person who i am trying to add to my list is doing the same thing but it's still not working, why?

    Hi
    It would help to know what type of Buddy they are (AIM, Jabber or Yahoo) ?
    It would also help to know which version of iChat you are using (Some (most) versions don't do Yahoo)?
    Then we need to know what Screen Name or ID you have ?
    This will tell us what sort of Buddy List you are trying to Add the person to.
    AIM Buddies (Included @mac.com and @me.com names) can be set to Invisible in some version of iChat in in some other apps if they are not using iChat.
    Also look in iChat menu > Preferences > Accounts > Security tab  for your AIM accounts
    There are variation as to who is allowed and who isn't allow to See you as On line.
    This can be complicated by the settings at the Buddies end.
    Jabber Buddy lists
    When you add a Buddy here it sends an "Authorisation Request" fro them to be a Buddy.
    They have to either Agree  or Decline.
    iChat sends this Request just once and if th Buddy does ot answer it they appear in the Off Line Section of your Buddy list (although they can text you and appear in Dark Text suggesting they are On line)
    Jabber (Includes Google Talk and Facebook) cannot be set to Invisible.
    It is best that you add the Buddy at an agreed time or use a third party app such as Psi that keeps sending Authorisation Requests until the person Accepts or Declines.
    7:40 PM      Thursday; August 9, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How do you try out an application and keep $HOME clean afterwards

    As a new Gnome user, naturally I turned to evolution for an email client well integrated with Gnome. As it turned out, I couldn't find any love for it, so I removed the package. But the problem was that it left behind in several places stuff I no longer wanted.
    I had prepared for just that. During the try-out of evolution, I had inotify monitor the files it laid its hands on:
    $ inotifywait -mr -e CREATE -e MODIFY -e DELETE ~
    The list I got from this:
    create ~/.pki/nssdb/{cert9.db,key4.db,pkcs11.txu}
    create ~/.config/evolution/*
    create ~/.local/share/evolution/*
    modify ~/.config/dconf/user
    modify ~/.local/share/gvfs-metadata/home*
    add password to ~/.local/share/keyrings/login.keyring (gnome-keyring)
    download mails etc. to ~/.cache/evolution/
    Obviously the cleanup was not as easy as simply removing files/folders, I had to:
    clean up dconf database:
    $ dconf reset -f /org/gnome/evolution/
    $ dconf read /org/gnome/desktop/notifications/application-children
    ['gnome-network-panel', 'nautilus', 'evolution']
    $ dconf write /org/gnome/desktop/notifications/application-children "['gnome-network-panel', 'nautilus']"
    $ dconf reset -f /org/gnome/desktop/notifications/application/evolution/
    clean up login password stored in gnome-keyring: install and run `seahorse', delete the entry "Evolution Data Source XXXXXXXXXX.XXXX.XX@hostname".
    clean up data and config:
    $ rm -rf ~/.cache/evolution/ ~/.local/share/evolution/ ~/.config/evolution/
    I don't know about the NSS stuff, but since no other applications seem to use it (IIRC NSS is used by Chromium, which I don't use), I simply remove it all:
    $ rm -rf ~/.pki/
    gvfs metadata stuff I really don't know about; ignoring.
    As you can see, It takes some long hard work to simply try out an application like evolution while keeping my $HOME intact.
    I imagine I could have tried it out under another user (correctly named "tester"), or maybe used some kind of filesystem snapshot (which ext4 lacks afaik), or some kind of sandbox. Too much hassle maybe?
    My question to you is how do you do a throw-away trace-free test-run of an application?
    Last edited by lolilolicon (2013-07-10 04:48:20)

    lolilolicon wrote:@firecat53, I'm not sure I understand (I don't have an idea of the tools you just mentioned), but I feel that virtual machines seem to be overkill/over-complicating? For trying out they may be very suitable, but for daily use they don't seem to be very convenient.
    Heh, to me having to mess with dconf databases and moving $HOME seem way more complicated!
    So if you just do a quick Arch install into a virtual machine (you can expedite it by mounting a shared directory and sharing/copying your /var/cache/pacman/pkg directory to avoid re-downloading all your installed packages). Configure it as you wish. Now create a shapshot of the virtual machine as it now exists. This is almost a one-click operation in Virtualbox. Now you have a 'saved state'. Boot up the VM, install the package you want to test...change things, break things, whatever. When you're done, shutdown the VM and select the option to 'Discard current state' or some such. Now the VM reverts back exactly to how you set it up originally. Keep it updated just like your regular system (or in whatever state you need for testing) and snapshot it after an update. You can discard old snapshots when you're comfortable with your current update.
    The other other tools I mentioned are just tools that can deploy and configure  multiple virtual machines (for example for developers to be able  work collaboratively in identical environments). Probably overkill for what you need.
    I think you will spend less time getting a suitable test VM configured then you will trying to worry about filesystem snapshots and monkeying with environment variables. Just my two cents
    Scott
    Last edited by firecat53 (2013-07-10 20:52:16)

  • Query: How do you add a Total field and a Calculation

    Hi Experts,
    I have writen the following query with the Query Generator. I have 2 questions:
    I need to display the Total of column T2.[OpenSum]. How do I write this in the Query?
    I need the T2.[OpenSum] to be multiplied with T3.[Commission] - on the line and put into a newly created column and then have a total at the bottom. How do I do this?
    SELECT T0.[DocNum] AS 'Incoming Payment', T0.[DocDate] AS ' Incoming Payment Date', T0.[CardCode], T0.[CardName],  T3.[SlpName], T3.[Commission], T1.[DocNum] AS 'Invoice Number', T2.[OpenSum] AS 'Invoice Line Amounts'
    FROM ORCT T0  INNER JOIN OINV T1 ON T0.DocEntry = T1.ReceiptNum INNER JOIN INV1 T2 ON T1.DocEntry = T2.DocEntry INNER JOIN OSLP T3 ON T1.SlpCode = T3.SlpCode
    WHERE T0.[DocDate] >=[%0] AND  T0.[DocDate] <=[%1] AND  T3.[SlpName] =[%2]
    ORDER BY T1.[DocNum]
    Any help would be greatly appreciated!
    Thanks!
    Marli

    Hi Marli:
    Try this one for a new column:
    SELECT T0.[DocNum] AS 'Incoming Payment', T0.[DocDate] AS ' Incoming Payment Date', T0.[CardCode], T0.[CardName],  T3.[SlpName], T3.[Commission], T1.[DocNum] AS 'Invoice Number', T2.[OpenSum] AS 'Invoice Line Amounts', T2.[OpenSum] * T3.[Commission] AS 'Commission Amount'
    FROM ORCT T0  INNER JOIN OINV T1 ON T0.DocEntry = T1.ReceiptNum INNER JOIN INV1 T2 ON T1.DocEntry = T2.DocEntry INNER JOIN OSLP T3 ON T1.SlpCode = T3.SlpCode
    WHERE T0.[DocDate] >=[%0] AND  T0.[DocDate] <=[%1] AND  T3.[SlpName] =[%2]
    ORDER BY T1.[DocNum]
    As for the total, if you only want to have a grand total, just CTRL + click column head.
    Thanks,
    Gordon

  • How can you add your own print and export buttons to the CR viewer toolbar?

    I posted a previous question that was asking how to get around the Information Bar in IE7 when you export and print.  Unfortunately the CR viewer file download code gets blocked by IE7 because the buttons don't directly download the file.  However, I have been able to get a regular button that calls the following code and streams the file to the client and IE7 does not block it. 
    Sub PrintPDF(sender As Object, e As System.EventArgs)
         Dim crReportDocument as ReportDocument
         Dim crExportOptions as ExportOptions
         Dim crDiskFileDestinationOptions as DiskFileDestinationOptions
         Dim Fname as string
         CrReportDocument = New ReportDocument()
         CrReportDocument.Load(Server.MapPath("estactionlist.rpt"))
         Fname = Server.MapPath("./") & Session.SessionID.ToString & ".pdf"
         CrDiskFileDestinationOptions = New DiskFileDestinationOptions()
         CrDiskFileDestinationOptions.DiskFileName = FName
         CrExportOptions = crReportDocument.ExportOptions
         With crExportOptions
              .DestinationOptions = CrDiskFileDestinationOptions
              .ExportDestinationType = ExportDestinationType.DiskFile
              .ExportFormatType = ExportFormatType.PortableDocFormat
         End With
         CrReportDocument.Export()
         Response.ClearContent()
         Response.ClearHeaders()
                    Response.AddHeader("content-disposition", "attachment;filename=test.pdf")
                    Response.ContentType = "application/pdf"
                    Response.Charset = ""
                    Response.WriteFile(Fname)
                    Response.Flush()
         Response.Close()
         System.IO.File.Delete(Fname)
    End Sub
    So here are my questions?
    1. Is it possible to add a custom print control/icon to the CR viewer toolbar?
    2. If one is not possible, then is it possible to override the CR viewer print and export buttons with your own subroutines like the one above?
    I just want my page to look nice and hate to have print and export buttons outside of my CR viewer. 
    Thanks,
    Kevin

    It might be possible to replace the buttons in a windows app since you can retrieve the toolbar as a toolbar object in the winform viewer  ( ToolStrip toolBar = (ToolStrip) crystalReportViewer1.Controls[3]; )  however with a web app, it's a lot more difficult.
    The problem is that that you need to parse the Request string to try and figure out if the print / export button was clicked.  The code below makes the print button disappear if you click it, so you should be able to modify it to call your custom printing / exporting code instead  (You have to do this check in a postback)
            Dim I As Integer = 0
            If Request.Form.AllKeys.Length > 0 Then
                For I = 0 To Request.Form.AllKeys.Length - 1
                    Response.Write(Request.Form.Keys(I).ToString & "<BR>")
                    If Request.Form.Keys(I).ToString = "CrystalReportViewer2:_ctl2:_ctl2.x" Then
                        CrystalReportViewer2.HasPrintButton = False
                    End If
                Next
           End If
    Shawn

  • How do you add the absolute time and date to a spreadshee​t file?

    I am creating a spreadsheet file, and I want to write the absolute time and date to its first column. Does anybody know how to do this?
    Thank You,

    BrianL answer is still valid !
    Attached is an example file with an express vi configured to use the absolute time generated from a get time/date node.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Save with absolute time.vi ‏135 KB

  • How Do You Add an Autofill Username and Password

    Is there a way to manually add a username and password to the Autofill function?
    Most of the secure sites I navigate to have asked if I want to have Safari remember this information, and after that it appears. Autofill "user names and passwords" box is checked, and those sites appear on the list when I select "edit."
    One or two sites, however, do not result in the do-you-want-to-save dialog. Anybody know why? I there a way to manually add it to the list? I can't find it if there is.

    One or two sites, however, do not result in the do-you-want-to-save dialog. Anybody know why? I there a way to manually add it to the list? I can't find it if there is.
    A website can specify whether a browser should autofill a form field or not. For reasons of security, some websites (typically banks) turn off autofilling on purpose.

  • HT3529 how do you add another person to your messages if they dont have a number.

    how do you add another person to your messages if they dont have a number.

    Never mind, disregard.  I went in and reset my password to my AirPort Express, and for some reason, it then went through, and is all working and good.

  • How do you add and remove links to websites in folders on Safari?

    How do you add and remove links to websites in folders on Safari?

    For clarification, works like a bookmark of website only it is listed in toolbar with "Most Visited", "Latest Headlines", "News", and "Popular".  I have done it before but can't find it for the life of me.
    Thanks!

  • Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Thanks

    Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Yellow on white is harder to read. Thanks

    Another question. How do you bookmark something.  It was so easy before, why did they change it?  Can I uninstall it?

  • HT201250 How do you add an external Hard drive to time machine and share on network?

    How do you add an external Hard drive to time capsule and share it on local network?
    Lee

    Ensure it's formatted as Mac OS Extended, FAT16, or FAT32, connect it to a self-powered hub, and plug it into the Time Capsule's USB port. If the drive is Ethernet and not USB, ignore everything else and just plug it in.
    (71787)

Maybe you are looking for

  • Fields missing in Support Message from CRMD_ORDER

    Hi All, when we create a Support Message from transaction notif_create, there some fields like component, project and solution but when we create the same support message from transaction crmd_order, i could not find those fields. Please suggest Rega

  • How to download a file from a folder

    hello frnds.. i've uploaded a file to a folder in tomcat server. Now how to download that file at the client side.. pls help me out... it would be better if you gimme the related code for it..

  • I can not open Safari.

    Everytime I attempt to open Safari, it will immediatly open a "Safari quit unexpectedly" window. I have everything fully updated and i have restarted my iMac several times. It gives me the error report as follows: Process: Safari [1984] Path: /Applic

  • Does an mac air need any internet/security protection from viruses etc. ?

    I was wondering does the mac need any interent security such as kaspersky or norton installed for protection? or is there already protection from viruses etc on the software installed? Thanks

  • Not able to change the original system of the object

    Hello BW infosource was created in the system Q01 (test) and transported back to D01 (dev). I would like to change original system from Q01 to D01 to enable object modification. I am not able to change the original system of the object in the tran se