Adding a country to the Change Address Format menu

I have someone who I wish to write to in Turkmenistan, so I'm using Address Book to create a label for him. However, Turkmenistan (like many other countries) is not listed on the menu of countries you can change the Address Format to on the Edit/Change Address Format submenu, when you click on the address type (home, work, etc).
Is there a way to add countries, or perhaps to specify Other/Not Listed and just use a single blank field to type in the address? When I try and enter a Turkmenistan address according to the USA label format, it looks misaligned and has a gap between the second to last and last lines of the address.
I've searched the forums and all the documentation already, but I can find nothing on this. Please help if you can!

This is what I was doing initially, but for some strange reason, when I paste the Cyrillic in from another document (as I cannot type it myself), the second line of the address gets shifted all the way to the left, outside of the actual editing field. I can't edit it or make it align properly at all, and it looks that way even on the saved Card. I think on the label, it looks fine, but I can't delete the City, State fields, so there's a gap between the major bulk of the address and the country.
It would be nice if there were a way to say what fields you want on a card- for example, drag and drop Street, or Address Line 1, Address Line 2, and delete fields you don't want- like State/Province. (This would negate the need of needing to pick a country's particular format, because you could rearrange it as you pleased, or as was proper for wherever you were writing). I'm just wondering if there's some way to do something to help me-- maybe change something in one of the plist files, or AppleScript? (Though I'd rather an easier solution, if I can get it done, that would be great.)

Similar Messages

  • HT4484 I can't change the country of the billing address. Now I'm living in another country and I cancelled the account I had registered. Now I can't update anything and they don't let me change the data. What could I do?

    I can't change the country of the billing address. Now I'm living in another country and I cancelled the account I had registered. Now I can't update anything and they don't let me change the data. What could I do?

    Of course you can update now. BTW, how exactly did you cancel this, did you contact AST or what?

  • I am unable to connect to my RackSpace Windows Server via ARD. I have added a computer entering the ip address, username, and password but I can't establish a connection. I am missing a setting or to step that is different in ARD?

    I am unable to connect to my RackSpace Windows Server via ARD. I have added a computer entering the ip address, username, and password but I can't establish a connection. I am missing a setting or to step that is different in ARD?

    ARD only works with Windows computers if the Windows computer is running VNC server software.  Even then it can only control and observe.  Do you have this installed?

  • How to print the changed address in delivery output

    Dear Gurus,
    As all we know the customer address comes in sales order from customer master table or address table and further get copied into delivery also in case of same SP and SH.
    My issue is that we do not maintain different SH for a sold to party so SP = SH and there addresses will also be same.
    In output we are getting address from ADRC table.
    Now if we change the ship to party address in delivery manually and get the output the printed address is unchanged.
    But I want to print  the changed address in delivery output without changing the masters and maintaining diiferent ship to party.
    Please help me how to determine it in print out???
    Thanks,
    Sanjay

    Hi,
    I think the logic you have written is wrongly on output.
    The logic is like this:
    Pass the document number into "VBPA" table.
    Execute.
    Fetch the address number against "WE(ship-to-party)".
    Pass the same address number into "ADRC" table to get the address.
    Here you will get the new address which is different from the maaster data.
    Regards,
    Krishna.

  • Removing the vertical divider after the actions view format menu.

    Hi,
    i have a table in a applications table component on my UI. i've a UX requirement to remove the Actions, View, format menu along with the vertical divider next to these menus that comes with the applications table component. i could get rid of the three menus but have not been able to get rid of the vertical divider. so the apps table looks a li'l odd now. Any suggestions on how to get rid of the divider?

    Hi ,
    We the world outside Oracle donot use the Applications Table which is a purely ApplCore component.
    Please post this question on the internal ADF Frontend forum @ myforums.oracle.com

  • Mass-change address format in address book

    Hi Guys,
    I've recently changed from pc to mac (yay) and have imported all my contacts into address book.
    I have several hundred contacts that have mailing address in the US, and several hundred that have mailing addresses in the Netherlands and some in other parts of the world.
    I'd like to change the address formats to the appropriate ones, but so far have only been figure out how to do that one at a time, or all together.
    I can use smart groups to group the addresses I want to change together, but after that I'm stuck.
    Is there a way to change the address format from selected cards? or will I have to do this one at a time?
    Thanks for your help.
    mac mini Mac OS X (10.4.8)
    mac mini Mac OS X (10.4.8)

    Here is an Applescript you can run that will do what you want:
    property CountryCode : {missing value:"us", USA:"us", Netherlands:"nl", UK:"uk"}
    tell application "Address Book"
    repeat with aPerson in people
    set theAddresses to addresses of aPerson
    if theAddresses is not {} then
    repeat with anAddress in theAddresses
    set theCountry to country of anAddress
    set the country code of anAddress to my getCC(theCountry)
    end repeat
    end if
    end repeat
    end tell
    on getCC(aCountry)
    set s to "on run {CountryCode}" & return
    set s to s & "get " & aCountry & " of CountryCode" & return
    set s to s & "end"
    try
    run script s with parameters {CountryCode}
    on error
    return text returned of (display dialog aCountry & " not found. Enter a country code:" default answer "us" buttons {"Ok"})
    end try
    end getCC
    In the property statement, change the "us" for missing value to your default country code. Add any other countries you have to the CountryCode list. The first part, before the colon, is the Name of the country as found in your address book. The second part is the ISO country code (two characters). I found a list of ISO country codes here. That list was upper case, but the address book uses lower. If you have variants of the same country name, you can just add them all to the list.
    Note: the name of the country cannot be more than one word--I didn't want to work out another way of getting codes. However, if the script runs across a country name that is not in the list, it will ask you to enter the correct value. You can change the "us" in the getCC handler to the country code of multi-name countries in your address book to make it the default answer.
    Need help with Applescript? Just copy the code into a new Script Editor document and hit the Run (green right arrow) button. It will open the Address Book and start looking through your contacts, finding ones with addresses, and setting the country code to what you say it should be in the property CountryCode list.
    If it fails with any other errors, check the Event Log History window which may give you a clue as to what was wrong with the address it failed on. You may be able to fix the address so it continues. Otherwise, post back with the error and I may be able to figure it out.

  • Problem changing address format

    I live in Japan, and therefore have lots of Japanese addresses. When I imported these addresses into Address book, it automatically put them in 'Japan' address format (although I have UK format specified in the preferences). Japan format is more or less the opposite of UK or USA format, with post code and city first, and street address last.
    However, Japan format is only used if the address is in Japanese script. Otherwise the addresses are written in UK format. Therefore, I set about changing the formats. However, when I change the format, Address Book automatically puts the words 'United Kingdom' in the country field. I then have to change it to 'Japan'. As I have about a thousand addresses, this is pretty infuriating.
    Is there anyway to change this behaviour, so that the country is not automatically inserted?

    Unfortunately you may have to clear out the country field before changing the format.

  • How to see the changes from format dropdown in RTE itself?

    Hi
       I have a RTE . I have enabled paraformat and is trying to add tags. But i am not able to see the changes in my RTE. How can i achieve this
    even if we select heading1 , the selected text should appear in H1 tag. But it is not happening. Can i know why it is so???
    Thanks
    Veena

    Hi Veena,
    Looking at snapshot I see paragraph is missing might be some customization done.
    As a sanity check download Enable-all-RTE-features-*.zip from package manager & verify.
    Thanks,
    Sham

  • I accidentally closed the Pages text formatting menu bar.

    I accidentally closed the text formatting menu bar that comes up when select text to change font size, style, etc.  I cannot find out how to restore it so that it automatically opens when I select text.

    It isn't gone, just minimized. The top of the screen should have a thick dark brown bar with "Documents", "Undo", etc. Under that should be a thinner lighter brown bar. Touch that thinner bar and the formatting bar should reappear.

  • Change address format

    Hi,
    I need to change the format address on the top-left frame. The current format of the address is City, Street and house number.
    How can I change the format to display house number, street and city?
    Can that be achieve in the configuration?
    Cheers,
    Shan

    hi,
    You can definately change positioning of field by configuration.
    Click on address field
    Press F2. Check Component, view and Configuration found fields (Role conifg key, Component usage, Object type, Object subtype)
    Eg:
    Component: BP_ADDR
    View: StandardAddress
    Role key (Found): <Default>
    Component Usage (Found): <Default>
    Obj type (Found): <Default>
    Subobj type (Found): <Default>
    Open tx bsp_wd_cmpwb
    open component BP_ADDR, view standardaddress
    Click on configuration tab
    Click on Seleat configuration
    Select <default> <default> <default> <default> conifguration
    Click on edit button
    Change positioning of field as required
    Save your configuration
    You pbm will be solved
    Best regards
    Pankaj Kumar

  • Some output types are adding in messages when the changes are done

    Hi Friends,
    In PO, some output types(which are already there in display mode in messages) are adding in EDIT mode in messages when I change any thing in Purchase order(ME22N). Some outputs are not adding.
    Example, i have created two output types (AAA and BBB) successfully in ME22n. Now i am changing some thing in PO and going to MESSAGES. Now I am seeing one extra output type AAA is added in MESSAGES with EDIT mode,  But i am seeing output type BBB is in display mode and also not added extra.
    Could you please tell me, what is the reason for this?
    Thanks
    Kumar

    Hi Kumar,
    Looks like your Question is not pertaining to SAP-MDM.
    This forum is for SAP Master data management queries .
    Kindly post your question in the right forum to get quick replies.
    Hope It Helped
    Thanks & Regards
    Simona

  • Can I set the address format for individual contacts?

    I have some foreign friends and would like to set the address format for their individual cards correctly. I can't seem to find a way to do this. I will be taken aback if this can't be done - I think the old Claris contact product did that.
    Anyone with any answer?
    Bryan

    Hi Bryan,
    When in edit mode, can you right click on the address field and change the country format there? I'm not on a Mac at the moment to double check, but that's what you do in OS 10.4 so I'd be surprised if it were changed in 10.5.
    Edit: Here's picture to demonstrate what I'm referring to:
    !http://www.ampersandbox.com/imprint/change-address-format.jpg!

  • Change Customer Address format with specific customer group

    Dear all,
    May I ask is it possible to change customer address fomat for a specified customer group or Company code only.
    Normally, the format is Street, City and Country. for a special cusomer group, i wan to change the format to street , street 2, street 3 and street 4.
    Is it possible to change the format without affect other cusomer group and also not affect Vendor address format?
    I have seached in the format, some discussions provides method to change address format by country. But no discussion mention about change cusomer specified customer group only.
    Can anyone advise?
    Many thanks
    Sunny

    Hi,
    Did you try for
    1.By changing field status in it account groups through transaction code OBD2.
    2. In transaction code OB21 for company code.
    Regards,
    Tejas

  • Require to change the address in the Work address view of the contact

    Hi All,
    We have a requirement in which the user access a Contact. In it he access the Work Address assignment block navigates through the "EDIT" button.In that view the Address field is non editable, which remains editable only when the user is assigning the new address. When i make that field editable on the event of EDIT button also then it becomes a dropdown and on selecting a value other than the saved value, and on saving the same it does not saves the changed address although all other changed values of other editable fields are saved successfully.
    Can anyone suggest any other approach for changing the same address on that particular view? or any suggestion for saving the same value.
    Cheers,
    Sharad

    Hi Sharad,
    to change the address of the contact you must change in "Main Address and Communication Data" view. The work address view is responsible for storage the address of main account.
    Regards,
    Caíque Escaler

  • CRM Internet Sales User - address format

    Hi !
    In the CRM 4.0 Internet Sales application, when 'register.jsp' is triggered to register a new internet user, the default address format always seems to pick the US addressFormular (Zipcode field instead of Postalcode). Would anyone have an idea what change has to be made to pick the correct addressFormular to get the correct  address format ?
    Regards,
    Ashok.

    Thanks, Ashok. I will try to get login info.
    I just noticed that in inputaddressformat_us.inc, the following portion of the code inside the iterate tag is not getting executed.
    <isa:iterate id="country" name="<%= B2cConstants.POSSIBLE_COUNTRIES %>" type= "com.sapmarkets.isa.core.util.table.ResultData" resetCursor="true">
              <% // Should the current country be marked as selected?
                 String selected="";
                 if  (country.getString("ID").equals(defaultCountryId)) {
                     selected="SELECTED";
                 } %>
                 <OPTION VALUE="<%= country.getString("ID") %>" <%= selected %>>
                   <%= country.getString("DESCRIPTION") %>
                 </OPTION>
            </isa:iterate>
    I think that is the reason. But why it is not executing that code?
    Do you have an idea about it?
    Thanks,
    Harsha

Maybe you are looking for

  • Change not done in the user fields of operation for production order save

    Hi Experts I need to change the user fields of the operation like (SLWID and USR00 )for a production order at the time of save. So am using the exit PPCO0001 and using the OPERATION_TABLE internal table in the exit to chang the details. I have done c

  • Tech challenged; have new iPod to replace old iPod....loading issues

    Hi all, I just received a new iPod classic, 160GB, to replace my old wheel-type iPod, which froze up last year. I still have my iTunes library and software from the previous iPod, and wish to transfer that library to my new iPod. When I hook up the n

  • How to connect to iMessage

    My iPad won't connect with my apple Id and password I already tried resetting it ? my wifi is working I am on the Internet now.Please help :(

  • Long Datatypes in Reports

    I have a field of long datatype in a table. I need to display the first 200 characters of this field in a report. How can I do this. If it is thru Placeholder columns can you explkain in detail how I should go about this. null

  • Powerbook 1.67ghz big problem

    Hi there, I have a 15" powerbook aluminium 1.67GHz and when I turn it on I hear the dong but my screen stays black and my keyboard doesn't work anymore. I have tried to hook it up to an external monitor and it stays black aswel. Is there anybody out