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.

Similar Messages

  • 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.)

  • 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.

  • 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

  • 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

  • Address format(address layout key problem)

    Hi All,
    There seems to be a problem the way FM address_into_printform is formatting the address.
    Address currently on the form is coming like below:
    AGRI-M LTD
    Vasisk Aprilso Str 138. PB 135
    BG-4003 PLOVDIV
    Address should come as below:
    AGRI-M LTD
    Vasisk Aprilso Str 138. PB 135
    4003 PLOVDIV
    BULGARIA
    Issue here is that country BG(Bulgaria) which should come as "BULGARIA" and not just as "BG"(This is just a short form).
    I debugged the function module and i found that when address layout key(t005-addrs) is set in customizing as "001" then system is printing the third line as "BG" but when I removed the "001"(in debugging) then it translates it to "BULGAIRA"(which is required).
    I did not throughly debugg to see exactly at what time this happens(when it is set to BG and when it is set BULGARIA).
    What do you think ? I know in customizing, removing this value 001 will work but do you have any idea whether it will create any problem for address format when it comes to priority(street over postal code or postal code over street).
    Is there any other workout so that format comes as required.
    Regards,
    Marc

    Hello,
    In transaction OY01 or IMG menu path:
    General Settings-> Set countries-> Define countries-> Position JP and
    then go to the details.
    You will see an address layout structure key. The standard for Japan is
    013. For more information on the address layout structure key, place
    your cursor in the field and press the F1 help. The documentation is
    very complete.
    They are based on different national and international guidelines and
    norms, including:
    ISO 11180,
    contracts of the World Postal Union (Seoul 1994),
    international address samples from the World Postal Union
    as well as the available rules of the individual countries.
    "Customers can program their own formatting routines using a customer
    exit. The SZAD0001 SAP enhancement has been defined in development class
    SZAD for this (-> transaction CMOD)."
    Regards,
    David

  • 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!

  • Default Address format

    How can i set default address format & show complete name of country & state in pld.

    Hi,
    Check the following thread
    Country Field problem
    Re: Address Formats - Country
    Invoice ship to State and Country
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • Which address format to choose for Chinese addresses?

    Hi;
    In Addressbook, I'm trying to enter a Chinese address. I'm standing in Beijing, can't get more Chinese than this.
    A Chinese address looks like this:
    中国北京市东城区东中街20号3号楼1311 100022
    Chinese addresses go from country (中国) first to apartment number (1311) in a single stream, with the postal code last for sorting.
    This has nothing to do with the Address format when I choose "China" under "Change Address Format". Is there another "China" that I should select?
    Any help would be appreciated -- I'd like to preserve as much of the chinese characters and formatting as I can.
    Additionally, if I can manually create a format that goes:
    Country-Province-City-District-address postal
    ... then I'd at least preserve the chinese formatting.
    Thanks...
    Allan
    Powerbook G4   Mac OS X (10.4.8)   Addressbook 4.0.4 (485.1)

    FAT is FAT32 is MSDOS
    exFAT is FATex
    Disk Utility select second drive media
    Hit the partition tap, select big box click 2 partitions,
    select 1 partition format OS X extended, select the other partition format MSDOS click Apply.
    https://discussions.apple.com/message/16276201#16276201
    Because you have a unusual setup, I don't know exactly how Bootcamp is going to handle it, you got to download the drivers and read the PDF.
    However when you insert the Windows 7 DVD to install, you first need to change the MSDOS/FAT32 format to NTFS using the Windows disk, Disk Utility or Bootcamp won't do it.
    https://www.apple.com/support/bootcamp/

  • My apple id is not working on icloud because it is not in email address format.   how can i change my apple id to email format so icloud can work?

    Hello - I just purchased an iPhone 4s and would like to use iCloud but my apple id is not in email address format so when i try to sign into iCloud it won't let me use my apple id.  i tried to change my apple id through my account settings but could not find a way to do that.  i found ways to change everything else in my settings but when i pushed on the edit button to change my apple id the page didn't change.  Not sure how i can get to use iCloud?  Please help.

    You change the name of your ID at https://appleid.apple.com.  See http://support.apple.com/kb/HE40.

  • Address Book - Changing the address format?

    A couple of years ago I imported all my old contacts into address book. I've now discovered that I had the address format set to USA in preferences and I'm a UK user. I've since changed the preference to UK but it this only affects new addresses that I add.
    Is there a way to change those old addresses to UK format? I've tried exporting a V card and re-importing but it doesn't change.
    TIA, Steve

    Hi Steve, and a warm welcome to the forums!
    I'd take a look at Barney-15E's Script here for converting to gb/uk...
    http://discussions.apple.com/thread.jspa?threadID=764832

  • I'm having problems changing my e-mail address to do my updates

    I'm having problem changing my e-mail address and password to do my updates on my I-phone 4 s

    Why are you trying to change your email address? Apps that are purchased with an Apple ID are forever locked to that Apple ID and cannot be changed or merged with any other Apple ID account. You need to use the Apple ID and password that the apps were purchased with to update them.

  • Problem geocoding addresses in Puerto Rico

    We're using the Location REST API to geocode addresses and have run into some problems with addresses in Puerto Rico.
    https://dev.virtualearth.net/REST/v1/Locations/US/PR/00765-9236/Vieques/HC%201%20Box%209368?includeNeighborhood=1&key=....
    This gives us
    "geocodePoints":[
    "type":"Point",
    "coordinates":[
    39.450000762939453,
    -98.907997131347656
    "calculationMethod":"Rooftop",
    "usageTypes":[
    "Display"
    A rooftop level lat/long in Kansas!
    I've tried a suggestion to replace US with PR and not include the adminDistrict (state) field by both omitting it completely from the URL and by using the "-" placeholder. Those attempts return zero results.
    How do we geocode Puerto Rican addresses?

    Actually that request returns a match for the US, not Kansas. It just happens that the location happens to be in Kansas. Personally I hate the structured address format as it is a bit too restrictive. I recommend instead turning your address into a single
    string query. This will make the geocoder parse your address for you and returns much better results. For instance, changing your request to this:
    http://dev.virtualearth.net/REST/v1/Locations?query=Vieques 000765-9236, Puerto Rico&incl=queryParse&key=...
    This request returns two results in Puerto Rico.
    http://rbrundritt.wordpress.com

  • Modifying Address Format

    I found a bug in 2007a PL15 when modifying the business partner address format (USA) with the Setup area.  I wanted to remove the row that contains the Block field.  When I did that, all of the Free Text fields disappeared and they can't be re-added.  When I attempt to re-add the Free Text fields, they don't get saved.  Now I don't have a space or comma between my city/state/zip code fields.
    SAP tells me that this "will not be fixed in this version."  I was stunned.  Now I don't have an address format that is usable without the spaces and commas.  I needed to remove the Block field because the address doesn't fit within my client's window envelope. 
    Does anyone know how to change the format directly within the SQL tables?  I don't want to manually add each address field on all of my PLD documents.
    By the way, the other problem I found is that if you click on a free text field in any address format, B1 crashes.  Just clicking on the field makes B1 shut down.  SAP says this will be fixed in the March patch release.

    Martin,
    I saw your post and tested, and got the same result.  B1 doesn't always crash for me when I click on the Free Text field, but it does always freeze.
    This is a critical issue, but remember we are in a pre-release ramp-up version of 2007A, so bugs are expected.  I think you might see more issues that are not fixed until the general release version, now that we're closer to it and more development resources are focused on the general release's stability.
    We have been able to work with the Address formats in SQL, I recall for a certain situation we had awhile back, but can't give you any specific details on how you can fix your issue in SQL, sorry.
    If I figure anything out, I'll repost here.

  • 3 Problems with Address Book-- now considering Bento

    I have 3 problems with Apple Address Book that make it close to unusable for me, so I'm considering buying Bento 3:
    1. *Can't un-do accidentally deleted text*- When you click in the "Notes" section, it will select all the text there by default (instead of merely inserting the cursor). If you are not paying attention, and hit any other key when it is selected, it deletes everything in there. UN-DO will not un-do this. I've verified and reported this issue to Apple, but it has still never been fixed or formally addressed (aside from many complaints in the Apple forums).
    2. *Search doesn't always work*- Yesterday I searched for one of my entries, Harbor Freight, by typing in the search "harbor". Nothing came up. I thought that maybe I never actually added this business and started with a new one. After I created the new one, I noticed that now, along with the new entry, the old contact suddenly showed up in the left column.
    3. *Cards disappear*- Many complaints on the web about this. I do not do any syncing with MobileMe or any device. Occasionally, cards just seem to vanish. Sometimes the card is actually still there, but changes in the Notes field or other fields I made on a previous day were evidently not saved and gone. Very frustrating.
    Here's my concern with using Filemaker Pro's Bento: if it's using and accessing the same database as Address Book, all these problems might end up also existing in Bento. I use Address Book for business and personal and heavily rely on the Notes section. I can't keep wasting my time with this.
    I don't mind paying the $50 for Bento if it resolves these issues, but the shared database worries me. I guess that I could create an independent Bento database that is completely separate from Address Book, but then I don't know how well it would integrate with Apple Mail.
    Any thoughts?
    Thanks,
    Dave

    DON'T DO IT. DO NOT INSTALL BENTO. I bought & installed it on 01/20/10 and it destroyed my address book. Gone forever. If you are having problems with Address Book now, wait until you see the damage created by Bento! Bento does not replace Address Book. It is a 'supplement' (at best) and uses and updates every file in your Address Book without you even knowing it! Well, you notice it when your database is destroyed and you find all of your contacts under 'No Name'. I am so serious. Bento is just a shell. None of your addresses are actually stored in Bento. They remain in Address Book. Every time you open Bento, it accesses your address book database, and starts re-formatting and re-working every entry along with any 'changes' you make. And who do you call for help? Apple says 'not our program'. Filemaker says 'we don't know anything about Mac's'.....I lost four years of addresses for all of my customers. Gone. In seconds! Just don't do it. Don't install Bento. And be sure to remove any 'smart groups' you have created as it seems to be at the root of most problems one encounters with address book.

Maybe you are looking for

  • How create ear to setup file or exe

    how i will create setup or exe from ear.

  • Error Message when Copying form Library to iPod

    When I try and copy music videos from the library onto to my iPod (which originated from my computer via You Tube) some are successful whilst some are not.   The message I get is : "Some of the items in the iTunes library, including "(name of music f

  • Ip http authentication aaa login-authentication doesnt work

    I have "ip tacacs source-interface Vlan1 " in my config because without it enabled I cant ssh in with tacacs. However, with that line in the config, I cant access via https unless I have the line "ip http authentication local"

  • Different Sender ID

    Hi All, In our host trading partner i configured "Sender ID" as "XXX" In our host B2B, can we have a different sender ID's... if Yes , Please tell how to configure this? While creating a Operational capabilities we have a tab called Dcoument Exchange

  • Conditional disply

    Have a drop down list of 5 items (Group1-5), one text field to enter associated no that pertains to each group, then sql report will fire up based on the input 1. how do you make this text fied to be a conditional display: ie. This text field should