Switching lines between two accounts.

How possible is it to switch lines between two different accounts i have to accounts with five lines and i would like to switch a number from one to another and one back. i.e. Number 123-456-7890 from Account A with Number 0987-654-321 from Account B.

hey i am on my grandma plan but i have my own how can i switch that account that i have on my grandma to mine

Similar Messages

  • How do I share music between two accounts on the same i-mac

    How do I share music between two accounts on the same i-mac

    iTunes: How to share music between different accounts on a single computer - http://support.apple.com/kb/HT1203 - relocating iTunes' media folder to a shared area but leaving separate library files - extra tip at https://discussions.apple.com/message/17331189

  • Polar equation of a line between two points

    I am trying to make a method to output the points (in polar coordinates (r, theta)) along a line between two given polar coordinates.
    This will mimick the path of an object traveling across a radar screen.
    Is this possible?

    Java does not plot in polar coordiantes, you'll have to convert to rectangular to get a plot. If you're just doing a sweep on a screen, then it's fairly simple to do:
    r is the radius of your screen,
    (0,0) is your Origin translated as (Xmax/2, Ymax/2)
    when you draw the line you just start at your Origin and get your end values as
    X1=X0+r*cos(Theta) and
    Y1=Y0+r*sin(Theta),
    I've not seen, nor do I think there is any other support to do what you want--you have to convert to (x,y) coordinate system.
    This will leave a ragged edge so make a border around your screen.
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.image.BufferedImage;
    import java.awt.Point;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.Timer;
    public class JRadar{
      public JRadar(){
        JPanel p = new MyJPanel();
        JFrame f = new JFrame("ForumJunk: JRadar");
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.add(p);
        f.pack();
        f.setVisible(true);
      public static void main(String[] args){
        new JRadar();
      class MyJPanel extends JPanel implements ActionListener{
        Timer t = new Timer(10, this);
        Dimension d = new Dimension(512, 512);
        BufferedImage bi = new BufferedImage(d.width, d.height, BufferedImage.TYPE_INT_RGB);
        Graphics2D g = bi.createGraphics();
        double theta = 0;
        int r = d.width/2 - 16;
        Point origin = new Point(d.width/2, d.height/2);
        public MyJPanel(){
          g.setColor(Color.RED);
          this.setPreferredSize(d);
          t.start();
        public void actionPerformed(ActionEvent e){
          g.clearRect(0, 0, d.width, d.height);
          g.drawOval(16, 16, 480, 480);
          g.drawLine(origin.x, origin.y, (int)(origin.x+r*Math.cos(theta)), (int)(origin.y+r*Math.sin(theta)));
          theta += 0.01;
          if(theta>=Math.PI*2) theta = 0.0;
          repaint();
        public void paintComponent(Graphics g){
          super.paintComponent(g);
          g.drawImage(bi, 0, 0, this);
    }Edited by: morgalr on Mar 3, 2010 4:59 PM: code example added

  • Dont want to show the divided line between two rows in a Grid.

    Hello Friends,
    I want a Grid in which I want multiple rows but i dont want to show the divided line between two rows.
    It is just like a grid on Territories form(Administrator->SetUp->General->Territories)
    Thanks.

    Mithun,
    The component you're talking about is not a grid, and that component is not exposed by the UI API so you cannot use it.
    Regards,
    Vítor Vieira

  • Share iPhoto Library between two account

    I’m am new in MAC world and I want to share pictures between two account in my iMAC. Rather than have the iphoto library on my account I was wondering if it's possible to share iphoto library with account of my wife.

    Hi There,
    I was told to follow a different course to share my iPhoto Library. I put it in the Shared Folder and changed the permissions to read right for everyone. Now all account holders can access the iPhoto library in the Share folder.
    There's a problem though when User A logs in and accesses the iPhoto library a warning comes up that says 'You don't have permission to access some files. Would you like to repair the permissions' If ou click on 'Repair' User A now has full access.
    When User B tries to access the iPhoto library they get the same message. Once permissions are repaired again, they have full access to the library. When User C tries, same thing again.
    When User A goes back again to use the iPhoto library they must repair the permissions all over again. How can this be avoided. When I attempt to change the permissions on the iPhoto Library to Read and Write for everyone the file becomes locked and inaccessible.

  • How can I insert a vertical line  between two underlined unfilled with text lines.  I am trying to construct an invoice and I need a break.  If I try any of the shapes or inset functions it eliminates my underlined lines and shifts the whole document.

    I am trying to construct an invoice.  How can I install a vertical line between two or more underlined lines to create a break.  I have tried the insert, shapes and nothing works.  If I try any of the functions the whole document shifts to the right and I loose some of the lines.  Is there a work around, or is I work not able to do what I want?   
    Thanks
    Armand

    It sounds as though you may have "Object Causes Wrap" activated for the Line Shape. This will push other content away.
    See the Wrap Inspector.
    Jerry

  • Sync contacts between two account iCloud

    Hi everyone,
    Me and my wife both have iphone. We usually used just one iCloud account, so we had shared calendar, contacts etc. etc. which is very useful for us.
    Since Siri has arrived it begun to create troubles with the contacts, because the contact marked as "me" is the same for both iphones, so on my iphone siri calls me with the name of my wife...
    Now with the new "family" function with iOS 8 i can finally separate the iCloud accounts on our iphones, and still have the same apps, calendar etc. on both of them.
    My problem is with the contacts, we would like to keep the same contacts on both iphones and synched, but i can't do that with the "family" function.
    Anyone can suggest me a way to sync contacts between two account iCloud selecting which information to share?
    Thanks

    Thanks. You said: "When you setup iCloud the On my Mac contacts should've been moved to iCloud I think (can't remember what happened in my case)."
    Actually that does not happen, or at least it didn't happen to me.

  • How to remove line between two raws in word template designing ?

    Hi everbody,
    Hope you are doing good.
    i am designing report in word template.
    i wandoring how to remove line between two raws ?
    currently it gives me lines between each single raw.
    i want to remove line between two raws.
    any help is greatly appreciated.
    Thanks.

    Hi,
    are the rows inside a table-structure? Perhaps the line are the borders of the table?
    Regards
    Rainer

  • Sharing One iPhoto Database Between Two Accounts

    Below is a reply to a question I have regarding sharing photos with my wife on the same Mac. I would like for us both to able to upload, edit, and use photos from the same iPhoto database. Do all of the buggaboos listed in the reply below still apply?
    Thanks,
    Jim
    Re: Sharing Photo's on the same iMac between two user accounts
    Posted: Jun 2, 2009 8:27 AM in response to: Thomas Harrigan Solved
    Tom
    For iPhoto 09 (version 8.0.2) and later:
    What you mean by 'share'.
    If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
    Remember iPhoto must be running in both accounts for this to work.
    If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc.
    Quit iPhoto in both accounts. Move the Library to the Users / Shared Folder
    (You can also use an external HD set to ignore permissions, a Disk Image or even partition your Hard Disk.)
    In each account in turn: Double click on the Library to open it. (You may be asked to repair the Library Permissions.) From that point on, this will be the default library location. Both accounts will have full access to the library, in fact, both accounts will 'own' it.
    However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.
    Regards
    TD

    No. All the folks who post here are just Users, like you.
    Regards
    TD

  • Sharing between two accounts on the same Windows Vista PC

    Is it possible to home share between two different accounts on the same computer?
    On my son's account, iTunes for some reason won't connect to the iTunes Store.  So I would like to enable him to purchase stuff on my account and then use home share to access it.  We both use the same Apple ID at home. 

    By accident I came across a solution that may work for you. This works on a Mac but I think it should work in Windows as well.
    On the Mac, if I log into a user account and launch iTunes and then use Fast User Switching to log into another account leaving iTunes running in the first account. I can then launch iTunes in the second account and access all the media stored in the first account's iTunes library using Home Sharing.
    I believe Windows has the same ability that allows one user to log into their account while another user is already logged in. If so you may be able to do the same thing in Windows. I'm not sure what happens in Windows to running application when the second user logs in though. If applications are allowed to continue running then I don't see why this shouldn't work in Windows as well. If applications are paused then I can see this not working. The key here to to not log out of the first account therby forcing the applications to stop running.
    The downside is that your son would first have to log into your account and launch iTunes before logging into his own account. If giving your son access to your account password is not ideal you could also create a third computer account that both of you have access to that would be used only to store and buy iTunes content. That account could be used as the sharing account that you both can have access to while logged into your own respective accounts.

  • Why is there a thin dark line between two of my three cover images that wasn't there before?  When I delete the images, you can tell that there is extra space between the first two image boxes.

    Getting ready to purchase my first book, I looked over everything once more and noticed that there is now a thin gray line between the first two of my three cover images.  I believe this may have happened when I switched out the left image.  When I delete the images, you can see an extra space between the center and left image boxes.  How can I fix this without starting over?

    What size book? Are you previewing this way -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    LN

  • Sharing iPhone apps between two accounts on a single mac.

    Firstly, apologies if this topic has been covered many times before, I've tried to look, but can't find the exact answer I need.
    I have recently purchased two iphones and want to use them on seperate apple ID's - I want different iCloud storage for each phone.
    I have a macbook which has two accounts (one for me and one for my wife).  When I login to my account I have access to my itunes account and when my wife logins into her account she has access to her itunes account.
    I have followed the instructions for sharing musics between two users on the same mac - by moving the itunes media folder to the shared folder on my mac.  I have copied everything in that folder (music, movies, apps etc).  I have also set up home sharing as I believe that you can share apps between itunes accounts using it.  Everything seems to have worked ok in terms of her itunes being able to access the music, movies etc, but the apps don't seem to work properly.  I went through the subfolders of the itunes media folder and changed the folder permissions to read and write for everybody (because I was getting a permissions error) and she now has access to the apps that are there (on my itunes account), but the apps that she has downloaded on her phone are not being transferred to the macbook.  I've tried the reset warnings suggestion and that hasn't solved the issue. 
    Am I doing something wrong?  Should the apps folder within the itunes media folder not be moved with the music when transferring to the shared folder?  Any ideas why music and movies sharing is working ok, but not apps?
    Thanks in advance!

    This should help:
    iTunes: How to share music between different accounts on a single computer
    Note that when it says "publicly accessible location", it needs to be a place where everyone has read and write access. The most common such place is the Shared folder in the Users folder.

  • How to hide the grid lines between two rows in a ALv? Please help!

    Hi Experts,
             I have a ABAP ALV(reuse alv grid FM) report.
    The last field in the ALV is "Description" which can contain data of size more than 130 chars.
    Since the max field length in ALV grid is 130 chars hence I am splitting this field value whenever the field length is more than 130 chars.
    After splitting I am generating duplicate rows but with different "Description" field values ( each contains the splitted values".
    For example:
    Name| City | Description                             |
    Hari|HK    |Employee responsible for time management |
    Hari|HK    |and issue resolution                     |
    Now I want to hide the grid line between these two rows
    and just for Description field.
    In other words I want ALV to display like this:
    Name| City | Description                             |
    Hari|HK    |Employee responsible for time management |
    Hari|HK    |and issue resolution                     |
    How can I acheive this?
    Please provide some sample code.
    Please help. I will be really greatfull to your help.
    Thanks
    Gopal

    Hi Rich,
          If that is the case then atleast how can I hide the complete row grid line?
    Please give some sample code.
    Thanks
    Gopal

  • Straight line between two polar points

    Hi all,
    I've created a VI which would be plotting a polar curve depending on the time-distance formula. The VI has Present Mag. and Target Mag. each having its own angle (Polar form i.e. (r,theta)). I want to plot a straight line between the Present point and the Target point. I used the time-distance formula to plot the magnitude, and used the same slope for plotting angle. However, I get a curved plot as shown in the attachment.
    Could anyone tell me what formula can be used to plot a straight line between the Present point and the Target point?
    Thanks.
    -FraggerFox!
    Certified LabVIEW Architect, Certified TestStand Developer
    "What you think today is what you live tomorrow"
    Solved!
    Go to Solution.
    Attachments:
    Temp.JPG ‏38 KB

    @altenbach....
    how can we do that?
    To say in short,
    I have two points A(magnitude1,phase1[deg]) and B(magnitude2,phase2[deg]) on the input side. Also, I have the Time input to travel from pt.A to pt.B
    I have one polar plot as indicator output.
    I need to show on the polar plot a line which is gradually increasing from pt.A to pt.B in a straight line on the polar plot.
    You may refer the picture attached in the first post above to get an idea of what I am trying to do.
    Thanks!
    Message Edited by Fragger Fox on 01-13-2010 11:01 AM
    -FraggerFox!
    Certified LabVIEW Architect, Certified TestStand Developer
    "What you think today is what you live tomorrow"

  • Shooting mouse cursor beyond intended straight line between two points.

    I copied this forum question from Lightroom, and I hope this is ok because I did not know how to express the problem I am experiencing:
    "The photoshop brush tool interprets shift-click as a brush stroke that connects the previous brush mouse-up position with the current mouse-down (the shift-click) as a straight line stroke.
    [My experience is that every so often, maybe every three or four "shift-clicks" to get my mouse to create a straight line to my next placed mouse position, the Mouse goes Wild, and shoots way beyond my intended next position, and depending on how zoomed in on the image i am, I frequently loose my place where I had been working.  It becomes quite frustrating as this is a very frequent occurrence.  I have heard others with this version CS3 as well as CS2 having the same "shooting Cursor" which is accompanied by some cursing of my own.  As said below, Time savings is the reason for this technique.  If this problem has been dealt with already, I am sorry to have clogged up the forum, but please re-direct me with the key words to find that thread.  How do I cause this shooting cursor to stay within my mouse placement?]
    I find this a HUGE time-saver in creating masks as it doesn't require that I have a steady hand. I'm frustrated that LR does not offer the same capability. This feature would complement the auto-mask feature (kinda works). I could create a mask in a fraction of the time if LR included this feature.
    Another irritation of occurrence is when setting lines from the rulers, the image will suddenly zoom in by a small amount.  In other words, there are several areas where the software seems to have a mind of it's own, and behaves in an erratic fashion not at all related to the intended action and result.
    I am operating a Mac 10.5.7
    Model Identifier: MacPro3,1
      Processor Name: Quad-Core Intel Xeon
      Processor Speed: 2.8 GHz
      Number Of Processors: 2
      Total Number Of Cores: 8
      L2 Cache (per processor): 12 MB
      Memory: 2 GB
      Bus Speed: 1.6 GHz
    ATI Radeon HD 2600 XT:
    2x2.8 GHZ Quad-Core Intel Xeon
    2 GB 800 MHz DDR2 FB-DIMM

    Thanks for your quick reply.  I am attaching screen shots of my 
    current mouse setting, and a graphic of how the behavior is 
    demonstrated.  The image is one in which quick mask is being used to 
    create a selection, and I am using the paint brush and find it easier 
    to use the brush with the technique of clicking the brush at one point 
    then holding the shift key while I click the brush at the desired next 
    point which should allow the brush to paint a straight line between 
    the two points.  The technique works for 3 or 4 clicks, when at the 
    next click, it is as if it was just shot clean out of the realm of the 
    desired area.  It is almost funny, except that this is a technique I 
    find most useful and frequently helpful, and is not confined to the 
    paint brush, but the eraser as well.  This does occur also with my 
    computer at work, a pc, and a Microsoft mouse.  I have been using 
    Photoshop for 12 years, and this problem did not start until I started 
    using CS3 extended.  We have upgraded two HP pcs at work to CS4 
    extended, and each uses a different mouse, and both exhibit the same 
    behavior as experienced by other persons working at those stations, 
    and while using Photoshop.
    I do hope you could look into this a bit further, Mark, as my 
    explanation of the problem may not be clearly presented for you to 
    fully understand just what I am experiencing.
    Thank you for your help.
    Fred

Maybe you are looking for