When i select option to share apps

I received a message that I'm only allowed five- and i need to get rid of one. To the best of my knowledge, I only have two laptops (and the other one hasn't had settings changed to share). Anyone know what I need to do??
Really appreciate your help! This is my first @ using this forum.
Kenneth

You'll have to log in to your iTunes Store account. On the Account Information page you will see how many computers are authorized for use with your account. If you already have five then you will have to deauthorize all of them re-authorize the ones that you want to authorize with your account. (See screen shot below.)

Similar Messages

  • When I select 'Options' I am presented with an empty window; I have used FF from its inception migrating from Netscape. I am using FF 32.3.

    When I select 'Options' from the tools menu the resultant box is completely empty I am using FF 32.3 on Windows 8.1 Pro 64-bit. I prefer the pull-down menu system.

    hello, please try to disable the ghostery addon and see if you can still reproduce the issue then...
    https://getsatisfaction.com/ghostery/topics/problem-with-firefox-32-firefox-option-is-not-displayed-when-ghostery-is-active-in-firefox-32

  • Problem with table-indexes when using select-options in select

    Hello experts,
    is it right that table-indexes will not be used if you take select-options to select data from the database?
    in detail:
    i have build up an table-index for one of our db-tables and test it via an test-programm. The first test with '=' comparisons worked fine. Every key of the index was used; checked via ST05!
    e.g.:    SELECT * FROM TABLEA INTO ITAB WHERE keya = '1' AND keyb = '2' AND keyc = '3'.
    Now i startet the test with select-options
    e.g.:   SELECT * FROM TABLEA INTO ITAB WHERE keya IN seltabA  AND keyb IN seltabB AND keyc IN seltabC.
    First of all i just filled the seltabs with only 1 value:    eg:  seltabA=      SIGN = 'I'   OPTION = 'EQ'   LOW = '1'     etc.
    Everything worked fine. Every key of the index was used.
    But now, I putted more than one entries in the seltabs e.g.
    seltabA:      SIGN = 'I'   OPTION = 'EQ'   LOW = '1'
                       SIGN = 'I'   OPTION = 'EQ'   LOW = '2'   
                       SIGN = 'I'   OPTION = 'EQ'   LOW = '3'
    From now on, the indexed was not used completely (with all keys).
    Isn't that strange? How can i use select-options or sel-ranges with using the complete table-indexes?
    Thanks a lot,
    Marcel

    Hi Hermann,
    i hope this helps:
    this is the first one, which uses the complete index:
    SELECT                                                                     
      "KOWID" , "LIFNR" , "KLPOS" , "ORGID" , "KOART" , "MATNR" , "GLTVON" ,   
      "GLTBIS" , "WERT" , "ABLIF" , "FAKIV" , "AENAM" , "AEDAT" , "AFORM" ,    
      "HERSTELLER" , "ARTGRP" , "OE_FREITXT" , "ARTFREITEXT" , "STATUS" ,      
      "TERDAT"                                                                 
    FROM                                                                       
      "/dbcon/01_con"                                                       
    WHERE                                                                      
      "MANDT" = ? AND "LIFNR" = ? AND "ORGID" = ? AND "KOART_BASIS" = ? AND    
      "STATUS" = ? AND "GEWAEHR_KOWID" < ? AND ( "STATUS" = ? OR "STATUS" = ? OR
      "STATUS" = ? )  WITH UR                 
    RESULT: 5 IXSCAN /dbcon/01_con05 #key columns:  4
    And the second one, which does not use the complete index! The 3 ranges are filled each with 2 values. Remember; when i fill them each with only one value, the result is the same as you can see above(/dbcon/01_con05 #key columns:  4):
    SELECT                                                                     
      "KOWID" , "LIFNR" , "KLPOS" , "ORGID" , "KOART" , "MATNR" , "GLTVON" ,   
      "GLTBIS" , "WERT" , "ABLIF" , "FAKIV" , "AENAM" , "AEDAT" , "AFORM" ,    
      "HERSTELLER" , "ARTGRP" , "OE_FREITXT" , "ARTFREITEXT" , "STATUS" ,      
      "TERDAT"                                                                 
    FROM                                                                       
      "/dbcon/01_con"                                                       
    WHERE                                                                      
      "MANDT" = ? AND "LIFNR" IN ( ? , ? ) AND "ORGID" IN ( ? , ? ) AND        
      "KOART_BASIS" IN ( ? , ? ) AND "GEWAEHR_KOWID" < ? AND ( "STATUS" = ? OR 
      "STATUS" = ? OR "STATUS" = ? )  WITH UR                                  
    and here the access-plan
       0 SELECT STATEMENT ( Estimated Costs =  5,139E+01 [timerons] )                                                                               
    5     1 RETURN                                                                               
    5     2 NLJOIN                                                                               
    5     3 [O] TBSCAN                                                                               
    5     4 SORT                                                                               
    5 TBSCAN GENROW                                                                               
    5     6 <i> FETCH /dbcon/01_con                                                                               
    7 IXSCAN /dbcon/01_con05 #key columns:  2   
    As you can see, only 2 keys were taken for indexed selection!
    Any idea?
    Kind regards,
    MArcel
    Edited by: Marcel Ebert on Jul 28, 2009 5:25 PM

  • Reference is lost when updating selection option

    Hi all,
    In my application, I need to update selection screen according to user input, like update dropdown list. Therefore, I write my coding at view event WDDOMODIFYVIEW to ensure my method UpdateScreen is called at every roundtrip. Everything runs OK except when I click sign/option and choose any sign of selection option following dump occurs:
    The following error text was processed in the system ICX : Access via 'NULL' object reference not possible.
    The error occurred on the application server pwdf4646_ICX_12 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WD_CONTEXT_ELEMENT~SET_ATTRIBUTE of program CL_WDR_CONTEXT_ELEMENT========CP
    Method: SET_SIGN of program CL_WDR_SELECT_OPTIONS=========CP
    Method: ON_SIGN_OPTION_LEAVE of program CL_WDR_SELECT_OPTIONS=========CP
    Method: ONACTIONON_ENTRY_SELECTED of program /1BCWDY/ALMK9CLI947HVDFYUZV5==CP
    Method: ONACTIONON_ENTRY_SELECTED of program /1BCWDY/ALMK9CLI947HVDFYUZV5==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/ALMK9CLI947HVDFYUZV5==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: IF_WDR_ACTION~FIRE of program CL_WDR_ACTION=================CP
    Method: DO_HANDLE_ACTION_EVENT of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    It losts ref since I call if_wd_select_options~upd_selection_field before choosing sign. If user clicks sign/option, there's no need to update selection screen because no user input changes. But how can I judge this?

    Please let me comment more since no attachment can be uploaded. Following are key steps I do:
    1) Build selection screen of two select options with this:
      lr_range = lr_selopt->create_range_table( i_typename = 'CRMT_PROCESS_TYPE' ).
      lr_selopt->add_selection_field(
        i_id                       = 'ACT_PROCTYPE'
        it_result                  = lr_range
        i_description              = 'Transaction Type'
      lr_range = lr_selopt->create_range_table( i_typename = 'CRMT_ACTIVITY_CATEGORY' ).
      lr_selopt->add_selection_field(
        i_id                          = 'ACT_CAT'
        it_result                     = lr_range
        i_value_help_structure_field  = 'CATEGORY'
    2) At method WDDOMODIFYVIEW, I update the description for example:
      lr_range = lr_selopt->create_range_table( i_typename = 'CRMT_PROCESS_TYPE' ).
      lr_selopt->upd_selection_field(
        i_id                       = 'ACT_PROCTYPE'
        it_result                  = lr_range
        i_description              = 'New Transaction Type'
    Then, if I click the sign button before select option and choose a sign, it gets dump.
    I know the calling of upd_selection_field interferes something, but I have to update screen in order to complying with user input.

  • With the upgrade to 10.5 I cannot see the option to share apps under preferences sharing. Am I doing anything wrong?

    I upgraded to itunes 10.5 on my Windows Vista Desktop and my wife's Windows 7 laptop as well.
    On my desktop I use my login/account information.
    On my wife's laptop used her login/account information.
    Enabled home sharing on both the computers and authorized both the computers.
    On my desktop when I open itunes and go to preferences screen and in there under sharing I don't see Apps listed anymore.
    So I cannot share the apps I bought using my account/desktop with my wife's account/laptop.
    By the way I am able to see music and movies across both the computers and can even share it. Just not the apps since the options is now not available under preferences >> sharing tos hare apps.
    I am using iphone 4S and my wife uses iphone 4.
    Any help will be appreciated.

    Regarding the .dmg problem see this thread:
    http://discussions.apple.com/thread.jspa?messageID=5522469&#5522469
    As to the external, does the drive appear in Disk Utility? If so, can you see how it is formatted?

  • When i select the software in APP Store, the message i get is :App Store run with mistake(100)

    when i want to download  one software with pay in APP store, system send a message : App Store  failure in download, run with mistake 100

    Mac App Store: "An unknown error occurred (100)" when purchasing
              http://support.apple.com/kb/TS3637

  • How do I get the bold, underline, italics editing option for Notes on iPhone 5 iOS 7.0.4? Option is not appearing when I select text.

    When I select text, I don't get an arrow with additional options. What is shown in the image are the only options I get. Is there something I need to do in Settings or something in order to be able to bold, underline and italicize text?
    I     

    I only have an iPod (but it does have the latest software) but I achieved bold text as follows:
    1) touch and hold word to embolden;
    2) touch Select;
    3) touch the arrow head at the right;
    4) touch BIU option section of the option bar;
    5) touch the Bold section of the option bar.
    Having selected the text, the selection can be narrowed or widened using the blue dot.  Also, the Bold, Italics and Underline option bar does not disappear once a section has been made, thus bold and underline can be chosen - touch elsewhere on the screen to remove the option bar.  When the selected option bar section background turns grey the software has accepted your request.  Note that a first go at achieving this might not work if the software has not correctly picked up your touch and may not present you with the correct options - it is intuitively trying to help you and sometimes misunderstands your touch.

  • Is there an option to have the cursor automatically position itself over the preferred default on an option screen (like when given the options to select OK or CANCEL). I believe this feature existed on 3.6. THANKS!

    In v4 RC the cursor just sits on the lower left of screen, doesn't position itself on the recommended option when the select-option screen comes up. On previous versions of FF the cursor positioned itself over the recommended option.

    Hi blabla12345,
    (untested and without warranty)
    replace this line:
    const sSaveCUBE = "CUBE";
    with this:
    const sSaveCUBE = "cube";
    Have fun

  • Getting values from select option

    Hi,
    I have a requirement where the user is going to pass values in select-option  in low and high. lets say s_bwart(movement types).
    now i have to fetch this bwart values into an internal table.
    my internal table will be having only one field that is bwart. so how do i populate my internal table with those values. could any body help me in this.
    Thanks in advance
    neha

    Hi, when using SELECT-OPTIONS, use can pretty much do any kind of selection he wants, including ranges, and excluding values, so the best way to handle it is to select from the data base when the user executes the report.  for example.
    data: begin of ibwart occurs 0,
          bwart type mseg-bwart,
          end of ibwart.
    select-options: s_Bwart for mseg-bwart.
    start-of-selection.
    select bwart into table ibwart
               from <b>T156</b>
                     where bwart in s_bwart.
    Regards,
    Rich Heilman

  • Select Options in Screen Painter

    Hi there
    Is there some way I can create two text boxes and one button, when the buttons gets pressed the same action as your usual SELECT-OPTIONS dialog box gets displayed? Is ther maybe a function module I can call for this?
    Thanx,
    Jan

    you can call a selection screen in sub screen area
    declare selection screen as
    begin of selection-screen 0100 as subscreen.
    end of selection-screen...
    then,
    in flow logic of your module pool screen
    PBO
    call subscreen <sub_area> including sy-repid '0100'.
    " at selection-screen output event is called
    PAI.
    call subscreen <sub_area>.
    "at selection-screen is called
                                              OR
    Call FM COMPLEX_SELECTIONS_DIALOG when the select options button is pressed
    Edited by: Amit Gupta on Nov 6, 2008 11:19 AM

  • Select options default value and execute

    Hello,
    I managed to fill my select options default value. But what I also want is that the user does not have to press the execute button when the screen is shown at the first time. I would like to show the result screen for these default values at the same time the screen is shown first.
    I tried in WDDOINIT:
      data: l_ref_interfacecontroller type ref to iwci_wdr_select_options .
      l_ref_interfacecontroller =   wd_this->wd_cpifc_select_options( ).
      l_ref_interfacecontroller->execute(
    but this coding only works when the select-option screen was shown the first time.
    Any ideas?
    regards
    stefan

    Hello Sascha,
    I checked that WD_THIS->MR_SELOPT is filled.
    My coding in WDDOINIT is:
    *--- Instantiate select options component
      lr_usage = wd_this->wd_cpuse_usage_so( ).
      if lr_usage->has_active_component( ) is initial.
        lr_usage->create_component( ).
      endif.
    *--- Initialize selection screen
      lr_if_controller = wd_this->wd_cpifc_usage_so( ).
      wd_this->mr_selopt = lr_if_controller->init_selection_screen( ).
    *--- Configure layout options
      wd_this->mr_selopt->set_global_options(
                                 i_display_btn_cancel  = abap_false
                                 i_display_btn_check   = abap_false
                                 i_display_btn_reset   = abap_true
                                 i_display_btn_execute = abap_true ).
    *--- Create range tables
      lt_range = wd_this->mr_selopt->create_range_table(
                                                       i_typename = 'DATUM' ).
    *Range vorbelegen
      wa_dats = sy-datum - 30.
      wa_range_datum-sign = 'I'.
      wa_range_datum-option = 'BT'.
      wa_range_datum-low = wa_dats.
      wa_range_datum-high = sy-datum.
      assign lt_range->* to <fs_rangetable>.
      create data r_headerline like line of  <fs_rangetable>.
      assign r_headerline->* to <fs_range>.
      move-corresponding  wa_range_datum to <fs_range>.
      append <fs_range> to <fs_rangetable>.
      wd_this->mr_selopt->add_selection_field( i_id        = 'DATUM'
                                               it_result   = lt_range ).
      lt_range = wd_this->mr_selopt->create_range_table( i_typename = 'UZEIT' ).
      wd_this->mr_selopt->add_selection_field( i_id        = 'UZEIT'
                                               it_result   = lt_range ).
      lt_range = wd_this->mr_selopt->create_range_table( i_typename = 'UNAME' ).
      wd_this->mr_selopt->add_selection_field( i_id        = 'UNAME'
                                               it_result   = lt_range
                                               i_no_intervals = 'X'
                                               i_no_extension = 'X' ).
    data: event type ref to cl_wd_custom_event.
    create object event
      exporting
        name   = 'EXECUTE'
       parameters =
      wd_this->search_sel_opt(
        wdevent =    event                       " Ref to cl_Wd_Custom_Event
    Maybe you can see my mistake?
    regards
    stefan

  • LG G2 When I select share while in the gallery, facebook doesn't come up as an option.  Is there something I need to set up differently?

    LG G2 When I select share while in the gallery, facebook doesn't come up as an option.  Is there something I need to set up differently?

    Did you go to the Playstore and download the Facebook app? Try that and see if that works.
    I don't use FB, but I read somewhere other people having problems with sharing in KK as well. You could try a download like "Andmade share" to see if that works for you if the previous idea doesn't.

  • I have late 2006 iMac 24" and I cannot boot it up. I have tried everything but it will only come up in safe boot. I can, at last, boot up on the option key and it now gives me the option of the Recover HD but when I select this, it still won't boot up?

    When I select the Recovery drive it tries and then I can't get further than a white screen. My curser so has 2 columns of marks like a horizontal barcode. I think it's a software problem. When I boot up in safe boot, I have run the disc utility and it says the disc is fine and I have run the repair permissions  but it makes  no difference.

    Thanks AAndy but I had read all of that and tried everything but I have no disks as I upgraded from Snow Leopard over the internet.  I have my Snow Leapard box but the disk is missing so I can't use that and anyway, I can only boot up in safe boot so it wouldn't recognise the superdrive.  I had a copy of the recovery on a flash but it doesn't recognise that.  I have redownloaded it but cannot get it onto an external because of safe boot.  I have done the following
    Reset the PRam, reset the desktop.
    Tried the D key - no responce
    Tried opt D and Command D - no responce
    Comant R, jusr R and opt R - no responce
    By no responce, I mean that the wheel goes round under the apple and then it goes white - and stays like that.
    The only thing that I can do, is to boot up on the option key when it give me a choice of drive.  If I select Recover, wheel turns under apple - white wcreen
    If I boot up on the shift key, it boots into safe mode and there it stays, quite happy surfing the internet and playing stupid Facebook games, so long as I don't want to use any search engines (none of which work (not finder, not mail, not anything) and then after a few hours of forgotton pleasure, it crashes!
    The only thing I can think of to do is to redownload Lion - it appears in my purchased account in the App Store but, Sod's law, our satellite internet is not working and I don't think my phone account has enough MBs - anyone know how many Lion is?
    I can't backup because I can't use an external drive and old one stopped working a few months ago, so I haven't been backing up and as this is the first problem I have ever had with my iMac in 7 years, I had got a bit comlascent! However, I am pretty certain that I can re-install Lion without wiping my hard drive - I have done it years ago with an older system and an older Mac.
    Do you think that downloading Lion again and re-installing it will help?  Does anyone else have any suggestions?
    Thanks for responding so far.

  • HT201077 I have a shared photo stream on my ipad that I would like to add more recepients. When I select edit there is no list of subscribers and no option to add or delete names, only add photos or delete the stream.

    I have a shared photp stream on my ipad and I would like to share with some addition people. I tried selecting edit but it only gives the option to delete the stream or select photos to share on another photo stream. Is it possible to add more email addresses on an existing stream?

    Open the Photos app.
    Tap the Photo Stream tab.
    Tap the blue arrow...

  • I need to downsize phots to publish on a website but they are too big . In help it says when I select a photo it gives me the option to downsize. It does NOT. ?

    I can't figure out how to downsize my photos for a website that won't take anything above 3MB my Photos are 4MB. Even when I send them in an email, they are too big to send more than 3 at a time and I don't know how to fix it! Help says that when I select a photo it gives me the option to downsize. It does NOT?????

    This is the iPhoto for iOS forum. Are you asking about iPhoto on your Mac?
    In iPhoto on your Mac select Export and you will have the option to select a size for your photo.
    In iPhoto for iOS this capability is not there. I use PhotoForege2 on my iPad to resize my photos to meet the requirements you describe.

Maybe you are looking for

  • Error in posting F-02

    Hi friends, when Im trying to post F-02 Im facing the following error code. system error in routine FI_TAX_CHK_PRICING_DATA  error code 13  functiion builder TAX2. Its a new company code and all the customization is made perfect.

  • Where can I find an ipod nano 6th generation

    I would like to know where can I get the ipod nano 6th generation?, I live in Toulouse, France

  • ObjectNotExistsException after redeploying an application/DC

    Hi everyone, we have a curious problems with our CE 7.2 system. After each redployment we have trouble with the redeployed part. When we are in the Application Communication UI and select the respective component we get an "com.sap.esi.esp.lib.mm.con

  • Second Z axes on 3d CWGrapf

    Hello! Simple question: Is possible to add second z-axes (with different range) on CWGraph? If yeas send me a procedure please! Hot regards! Solved! Go to Solution.

  • BAPI_PO_GETDETAIL1 issue.

    Hi, all. I meet a runtime error after using the below function in my program. I totally dun know how to start to solve it   CALL FUNCTION 'BAPI_PO_GETDETAIL1'     EXPORTING       PURCHASEORDER            = PO_NUMBER      DELIVERY_ADDRESS         = 'X