Question on Address Book

Is it possible to take the Name and Address directly from the Address Book and print in on an envelope? I understand mailing labels but would prefer the direct print method if possible.
Thanks in Advance
John

A couple of things; your directions to the envelope was great . However, my Epson CX6000 doesn't seem to want to print the envelope. I get a message that the paper is out or not loaded correctly. I guess I'll have to talk to Epson about that.
The other thing is that the name and the address are not together as you would normally type the name and address. In the Preview the Name is off to the left and the addriss is on the right side of the page. When I print it on an 8x11 page it looks like this:
Name Address
City, State, Zip
is there a way to change this?
John

Similar Messages

  • Three Questions on Address Book code scriplet

    I found this co-authored years ago by Scott Paulis and Bruce Phillips:
    tell application "Address Book"
    set thePeople to selection
    display dialog "What tag would you like to append?" buttons {"Cancel", "Apply"} default button "Apply" default answer "[tag]"
    set dialogInfo to result
    set selectedButton to button returned of dialogInfo
    set tagString to text returned of dialogInfo
    if selectedButton is "Apply" then
    repeat with aPerson in thePeople
    set currentNote to the note of aPerson
    if currentNote is missing value then set currentNote to ""
    set newNote to currentNote & " "
    -- insert a newline here! Stringchar(13)?
    set note of aPerson to newNote & tagString
    end repeat
    end if
    end tell
    Question 1: what is the syntax to accomplish the newline insertion noted above?
    Question 2: what magic is necessary to mark the record as "changed"? I say this because contact records changed with this code are not being overwritten onto my iPhone unless I manually make a change -- so clearly the A.B. UI does something "more" to close a record.
    Question 3: suggestions on how to add a third option {"Remove"}?
    Thanks much and Happy Holidays,
    Paul

    I really don't see any difference between a new line of text and a tag. So may I suggest a new version of the script:
    --BEGINNING OF SCRIPT
    tell application "Address Book"
    set thePeople to selection
    display dialog "What text would you like to remove or append?" buttons {"Cancel", "Remove", "Append"} default button "Append" default answer "The text"
    set dialogInfo to result
    set selectedButton to button returned of dialogInfo
    set textString to text returned of dialogInfo
    if selectedButton is "Append" then
    repeat with aPerson in thePeople
    set currentNote to the note of aPerson
    if currentNote is missing value then set currentNote to ""
    if currentNote is not "" then set currentNote to currentNote & space -- or 'return'
    set newNote to currentNote & textString
    set note of aPerson to newNote
    end repeat
    else if selectedButton is "Remove" then
    repeat with aPerson in thePeople
    set currentNote to the note of aPerson
    if not (currentNote is missing value or currentNote is "") then
    if currentNote is in {space, return} then
    set newNote to ""
    else
    if last character of currentNote is in {space, return} then
    set currentNote to text 1 through -2 of currentNote
    end if
    if currentNote ends with textString then
    if currentNote is textString then
    set newNote to ""
    else
    set L to length of textString
    set newNote to text 1 through -(L + 1) of currentNote
    end if
    end if
    end if
    end if
    set note of aPerson to newNote
    end repeat
    end if
    save
    end tell
    --END OF SCRIPT

  • Basic question about address book / gmail sync

    Does the itunes address book / gmail sync feature only sync between those two contact lists, or if I enable gmail sync, will all of my gmail contacts be put on my iphone?
    I have only one folder of about 200 contacts in address book synced to my iphone. But address book and gmail have about 1,000 contacts each. I don't want all of those contacts on my phone.
    Thanks.

    Found an answer to my main question regarding the separate address books, looks like Lion Server is capable of doing personal address books for each user: http://www.wegotserved.com/2011/10/06/os-lion-server-home-server-part-11-shared- address-book/

  • Easy newbie question re; Address Book

    I am trying to add a keyword in the Note field of each person to whom I want to send a Xmas card. I hit "edit" and then I cannot use my mouse to go immediately to the "note" field. It stays in the "first name" field unless I use the tab key to go down one-by-one.
    How to quickly access the "note" field?
    Thanks in advance for any help with this! (I bet this one has a "duh" type answer.)
    edited: I was clicking on the word "note" instead of inside the empty area. Sorry for the stupidity of the question. Duh!
    Message was edited by: MarieBoyer

    Hi Marie,
    why not create a group in Address Book (hit the '+' symbol in the bottom left hand corner)? Call it 'Christmas cards' and then drag the applicable contacts into this list. Don't worry as they not duplicated but just referenced from the total list of contacts. You could make 'sent' and 'received' lists if you wanted.
    Seasons greetings!
    Steffan

  • Restoring Address Book files?

    All:
    I managed to delete a bunch of address book entries. I have a printout out them (dozens) but I'd rather restore than rekey them back in.
    Via Time Machine, I restored (to my desktop) a copy of the Metadata folder, which has the individual vcard files. So, I think it's simple as copying the missing cards back into my Macintosh HD/users/username/Library/Application Support/Addressbook/Metadata folder. Wrong! When I launch Address Book, the restored file isn't there.
    What extra step(s) am I missing?

    Ok, that was stunningly easy. At work, I'm a sysadmin and I'm used to 'peaking behind the curtain' all the time. I overthought this restore process!
    I had the app in question open (Address Book), clicked on the Time Machine icon on the dock, and went back several months and found the cards I'm looking for! Other than some latency issues (my TM disk is in the basement, hanging off of my Airport Extreme), this process went very well. Thanks!

  • HT1338 address book, max number of contacts allowed???

    I'm importing some Vcards into my macbook air address book, but its stock on 1043, is there a limit for the contacts that can be manage by this application?

    This isn't an iSync question, but there is no forum for Address Book, at least not one I found.
    http://discussions.apple.com/forum.jspa?forumID=753
    i have a group with 160 contacts in it; when I try to send a group email it bounces back to me with the message "Too many contacts". I looked up this question in Address Book Help but there's nothing there to answer it.
    That's because it's not an Address Book issue - it's an email issue. You don't say who your email provider is, but most impose limits on the number of contacts a single email can be sent to, to prevent spammers from sending out emails to hundreds or thousands of people in one go.
    Is there a maximum number?
    Most likely.
    If so, what is it?
    You'd have to contact your email provider to ask them.
    Can I increase it?
    Most likely not.

  • Address Book doesn't open in Mavericks

    Since upgrading to OS X 10.9.2 the Address Book doesn’t open.  I get the error message:  You can’t use this version of the application “Address Book” with this version of OS X.  You have “Address Book” 5.0.3.  The question mark sends me to the Apps store but there’s no Apple Address Book there.  My updates are current.  How do I fix it?

    Hello Tom,
    Thank you for the question.  Address Book was called Contacts starting with OS X Mountain Lion.  When looking in your Applications folder on your Mac, look for the Contacts application to manage your contacts:
    Contacts (Mavericks): Manage your contacts
    http://support.apple.com/kb/PH15068
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • ICloud to Mac Address Book - Two Questions

    Okay, I have learned/accepted that iCloud is not the sync'ing deal that MobileMe was (missed that in the fine print as I have been a loyal .mac user from its inception and like the MM syncing). I understand that everything is updated in the cloud and pushed to various devices (for me, iPhone 4S, new iPad and 2009 MBP).  So, how is it possible for my iCloud address book to have more contacts than my MBP address book?  Wouldn't all of the ones in iCloud be pushed to the MBP?  The only thing I can think is that before I understood the concept that there are two address books resident on the MBP, I starting deleting what I thought were duplicates since I wasn't able to merge them due to two different sources.  I could not find a way at that time to tell me which line was from what source.  Then, once I get the two address books matching - mostly to ensure that I am not missing anything in the iCloud one - what purpose does the Mac based address book serve?  I just had a nightmare of dragging various cards from my iCloud address page on the right into the iCloud group on the left and only to realize after doing at least 20 cards that after the first one, the left page registers back up putting the Mac based group across from the iCloud contact list so I dropped many of them into the Mac group instead of the iCloud group. The iCal doesn't maintain a Mac version and an iCloud version, why does the address book?  BTW, all software on all devices is up to date as of this posting.

    Please pardon what may be a silly question.  This is my first ever post...
    I was thinking about deleting "On My Mac" address book per your above instructions, and sticking with the one iCloud contacts.  The problem I am afraid of running into is this:  In iTunes, when I sync contacts, the groups that show available for syncing all come from "On My Mac".  If I delete from the Mac, will that make my "Contacts" icon on my iPad 'dead'?  Thereby, forcing me to log onto iCloud to view my Contacts, instead of a handy shortcut??? 
    Or will I simply get to forgo the iTunes syncing... and the "contacts" icon on my iPad will reflect what was synced thru iCloud?
    If the latter is true, does that simply mean I will need to recreate my "groups" in iCloud?
    Thanks in advance, I certainly need some guidance.

  • Question: about to purchase ipad air - how do I migrate contacts,bookmarks,and address books from either an iMac or old macbook?

    Question: about to purchase ipad air - how do I migrate contacts,bookmarks,and address books from either an iMac or old macbook?

    Set up iCloud on both devices
    How to set up iCloud on all your devices
    http://www.apple.com/icloud/setup/

  • Simple question; Mac Server Setup for Mail, iCal and Address Book Services.

    Hi Guys;
    I'm new to the Mac Server world and need a few questions answered.
    I have purchased a new Mac mini Server for hosting File, Web, Mail, iCal and Address Book Services.
    I’m comfortable setting up File and Web Services however I’m a bit uneasy setting up Mail, iCal and Address Book services to be access locally and remotely(via the internet).
    My current setup is;
    Internet connection (Dynamic IP) -> Router -> Mac mini Server.
    I have purchased a domain name (Thornton-net.com) from DynDns.com + a custom DNS service as I can setup my router to update my domain’s IP address automatically.
    I can access File and Web Services remotely (thortnon-net.com) perfectly without any issues via the Port Forwarding feature of the Router.
    If I setup Mail, iCal and Address Book Services -> will Mail, iCal and Address Book clients be able to access these services hosted by the server via Thornton-net.com?
    Message was edited by: Allan.Thornton

    Welcome to the forums.
    For mail services (and specifically for your outbound mail to be accepted by other mail servers) your mail server needs to have a static IP address and matching forward and reverse and MX records, or a tunnel to a static IP (with matching DNS), or you need another mail server where you have an authorized relay. Without that, your mail will be considered a spam engine, and dropped.
    Additionally, your particular tier of service with your ISP (with a static IP) will generally allow server-oriented access and server-oriented network traffic, where a residential or other tier of service (with a dynamic IP addresses) can be firewalled.
    The ISP controls the "high ground" of the network connections here, so you pretty much get to play by their rules and requirements. If they don't offer static IP, then (presuming their T&Cs permit it) you get to tunnel (via IPv6, for instance) to a tunnel broker, and receive your network traffic via that (and with matching DNS) point of presence. That could well be a tunnel for your mail at whichever your DNS provider is here, because you'll have issues with your dynamic address. (You get to sort out if they offer that.)
    Far and away the easiest approach (if you want to host this stuff yourself) is to work with the ISP. They're inherently involved in your network, and they and they alone have full control over your reverse DNS configuration.

  • My Address Book application is GONE - question mark on it on taskbar

    Hi. I'm a relatively new Mac user. My Address Book app is gone completely from my Applications folder and it has a question mark on it when I click on the icon in the taskbar. All of my contacts appear to be intact in Mail - they show up when I type addresses in emails, and I can still see the photos I assigned to contacts when these contacts send me email. But the app itself is gone from the Applications folder and I can't seem to find it no matter where I search. I've searched for Address Book under every user profile on this machine.
    I should note that I have 4-year-old daughter who uses this mac on occasion and who seems to have a special gift for the sorts of mouse-clicks and command-typing that evaporate or otherwise misfile important applications.
    How do I reinstall just Address Book? It seems to be the only App missing. The Leopard disk seemed to be suggesting that a complete reinstall would be necessary which seems a bit much for just the one app.

    You can use a program called "Pacifist" to install individual applications from the Leopard DVD (Available here: http://www.charlessoft.com/)

  • Address book question

    IS THERE A WAY TO CONDUCT A MAIL MERGE FUNCTION WITH ADDRESS BOOK?
    IF NOT!.......how can I export (only) a Smart Group to excel or Numbers to do so????

    Ran test. It does delete a given address book from the phone if deselected. Thanks.
    >>> [email protected]<[email protected]> 7/9/2014 6:41:AM >>>
    Sorry, wasn't sure which to post in.
    >>> Simon Flood<[email protected]> 7/9/2014 6:02:AM >>>
    On 08/07/2014 18:00, [email protected] wrote:
    > Running Data Synchronizer 1.2.5 Build 299 against GW 8.0.2. If an
    > address book has been selected on the Edit user page in the past and
    > those contacts have been synced to the phone will the system delete them
    > if the address book is de-selected? Will it just ignore the address book
    > going forward?
    > Thanks,
    > Bill
    Duplicate of
    https://forums.novell.com/showthread...-Book-Question
    Please do not post the same issue to multiple forums as it splits
    support efforts and doesn't help others.
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.

  • Address Book Question -- IS THIS POSSIBLE ??

    Is "appending" information possible to address book ? Or like a way to add info from one address book to another with out it deleting anything on the one getting updated OR with out making duplicates of the contact info(s) ????
    Kinda like what we call a "incremintal back up". Like it is able to detect what is NEW info and ONLY save that to it while keeping all the old stuff on it.
    Let me explain --
    I got a tower and a laptop. Address Book (obviously) on both.
    Sometimes the one on my laptop gets some contact info added to it, while the one on my tower does not get that info added to it. OR vise versa.
    I want to combine the two and not lose anything and NOT have to do it manually. Because alot of info has gone down on both recently.
    But at the same time they both have alot of the SAME contacts on them because for a while I was trying to keep up with them and I was manually saving info, then putting it into the other. But recently things have gotten too far and I can not remember which has what, when..
    I NEED to do a incremental save/back up to one of them FROM the other one (combine the both with out causeing duplicates, or with out loseing anything).....
    Please help.
    Thanks -

    Cool, I guess thats good enough... It will get the job done the way I want, so THANKS ALOT Mike !!
    Problem solved.
    I wish in the future though Apple makes it possible to do it how I was saying. Hook your laptop up via firewire to your tower, then Basically a one button click to "append only new info" from the laptops address book. No questions about what to do with duplicates, etc.... just update ALL NEW info. Don't touch old.
    Thanks again though my friend, your reply was extremely valuable to me.

  • Address Book Smart Group question

    Hello all,
    I want to create a Smart Group in Address Book that compiles people according to their job title.
    For example a group of everyone whose job title is 'Manager', i.e. Job Title contains Manager. But for some reason Job Title is not in the list of options when creating a Smart Group.
    Is there a way to make it work?
    Also, (a question for all the Snow Leopard users) is the option for Job Title there in OSX 10.6?
    I'm using Tiger 10.4.11.
    Thanks all.

    There is no such field for Job Title by default. If you select the Add Field item from the Card menu you can add that field to a card. However, I do not see Job Title as a search field for a Smart Group. I assume this is a bug which you can report here: Feedback.

  • Address Book contacts question

    Hi- just wondering if someone can help on this topic before I launch into the unknown!!:
    If I add an Exchange 2007 account into my Apple Address Book, will those email addresses be available when I go to send an email in Apple Mail?
    and so am I right to assume that Mail looks for addresses from:
    1/ my "local" Mac Address Book entries
    2/ my new Exchange contacts
    3/ my Previous Recipients list in Mail
    Lastly, when I choose "add to Address Book" in Mail, where will this contact go- to my "local" address Book on into the Exchange account?
    Thanks for any tips!

    Does your question have anything remotely to do with iWeb 09? This is an iWeb 09 forum - did you not look where you were posting?
    No - so it is not relevant to this forum. Please post in somewhere that is more relevant, such as the iPhone forum or the iPad forum.

Maybe you are looking for

  • How can I get video media .MOD into Premiere El. 9?

    Videos from my Canon 7d camera and from my Canon ADCHD camcorder (both SD cards) are .MOD files. I open Premiere Elements 9 and click GET MEDIA and it won't recognize the files. It says it cannot open the videos because: "your system does not have th

  • Help with Oracle 9 and Oracle 10

    im running this script in Oracle 11 I have a queueTable I ran this script to create my queue -- execute dbms_aqadm.drop_Queue_table(queue_table => 'QUEUE__ENVIO', force => true); execute dbms_aqadm.create_queue_table(queue_table=>'QUEUE__ENVIO', queu

  • I have the purchase order for devices, can Apple disable the activation lock for these I-phones?

    We upgraded our business phones, and send the old Iphones to a buyback program. Some of them turned out to be activation lock still ON. We cannot reach the previous users, they no longer work for us. We have the purchase orders for these devices. Can

  • How to validate the valid email

    Hi all i have a creation page in that page email field is ther .while saving the transaction i need to check that email is a valid email or not how can we achieve this functionality Regards Sreekanth

  • JFileChooser require save format?

    Hi everyone hope you can help me with this question, I have a JFileChooser using the showSaveDialog command and was just wondering if there was a way to require the user to save the file as a .txt format or a specified format. For example if the user