How can I see with which groups a contact is associated?

In Snow Leopard I could hold down the option key when a contact was selected, and the groups with which it was associated would be highlighted in yellow.
Is there a way to do this in Lion?

Yep, that works, but since the Edit Distribution List feature no longer works with iCloud, the use of groups has been seriously devalued.

Similar Messages

  • How can I see in which Group the workspace has been created ?

    Hi,
    The BeehiveOnline Tutorial on slide 7 shows that Workspaces are created within a Group.
    Also the Group Administration screen suggests this as I can indicate that user ABC gets the role 'Workspace Creator' in one Group but same user ABC does not get the role 'Workspace Creator' in another Group. (what else is the purpose of this role within Group Administration)
    But when I created my workspace, the system did not ask in which Group I wanted it to be created, neither can I see in the Settings of the new Workspace to which Group it belongs.
    Can you please help ?
    Thanks,
    Peter

    Peter,
    Workspaces and groups can be confusing - apologies that it was not clear.
    Perhaps some background as to why I described it that way may help.
    BeehiveOnline relies on groups to be self-sufficient - if you are in one group your world of available participants is that group and that group alone. So if you want to create a new workspace and add users they can only be drawn from that group. - hence the workspaces within a group setup. However, if you are in multiple groups then the linkage gets broken as you could add members to a workspace from different groups - if you needed many group to share a repository of read-only info for instance. This is in wide use on BeehiveOnline. Read and Write access is more of a problem as if anyone updates a document or creates one their id will be attached to it and if they are in a group you as a workspace member cannot see it will cause confusion.
    So workspaces are only group restricted if there is only one group. If you have multiple groups you have more scope but have to exercise more care.
    Hope that explains it.
    Phil

  • How can i see with a different size the letters and presentation of theRSA1

    Hi gurus,
    how can i see in a better size the windows of SAP BW, example RSA1, Business content, etc, now i got it too small i want to see  it better, please step by step
    thanks !

    Hi,
    in ur RSA1 session click on the customise local layout or press ALT+F12..
    you will get a list of menu options..
    click on font and change the font size and the font design to whichever u desire..
    in the same customise local layout u can even change the color and do many other visual changes.
    hope it was helpful..
    Regards,
    Kalpana

  • How can I sync a specific group of contacts from Address Book to Google?

    Let's say I have two contact groups: one is called 'Colleagues', another is 'Friends',
    how can I only sync 'Friends' to Gmail contacts?
    As I tried to sync my Address Book to Gmail contacts, all of them (both 'Colleagues' & 'Friends') were sync'd to Gmail contacts.
    I can't find a way to deal with it.
    Thanks in advance!
    PS:
    (1) I set up Address Book <-> Gmail contacts sync in this way: went to Address Book, then went to 'Preferences...' -> 'Accounts' -> 'Account Information' -> ticked 'Synchronize with Google'
    (2) I am using Mac OS X Snow Leopard 10.6.4, version of Address Book: 5.0.2, version of iSync: 3.1.1

    Hi 1234khashayar,
    Welcome to the Support Communities!
    You can create groups in your iCloud account at www.icloud.com.  Once created, they will appear on your iPhone.
    iCloud: Create a group and add contacts to it
    http://support.apple.com/kb/PH2667?viewlocale=en_US
    Cheers,
    - Judy

  • How can we deal with Button group

    hi,
    i was wondering how can we add a listener to the buttons in abutton group,i have a buttongroup,2 textfields for totals and button"submit" and "update".what i wanted is when i press on submit,then teh button taht was selcted in buttongroup should be taken stored and if its male add 1 to maletotal ,or femaltotaland dispalyed in teh textfileds below and when i press "update" the item taht was selected should be wriiten in a file "gen" with the totals too..for thsi purpose i w rote the code as....
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.*;
    import java.awt.event.*;
    import javax.swing.BoxLayout.*;
    import java.text.*;
    import java.util.*;
    public class gender1 extends JFrame implements ActionListener
    JPanel buttonpanel=new JPanel(),
    private JPanel mainpanel=new JPanel(new BorderLayout());
    private JButton Submit=new JButton("SUBMIT");
    private JButton Update=new JButton("Update");
    private JRadioButton gender[]=new JRadioButton[genderOptions];
    private String genderlabels[]={"female","male"};
    private JTextField malefield=new JTextField(10),
    femalefield=new JTextField(10);
    public gender1()
              this.getContentPane().setLayout(new BorderLayout());
              updatetotal();
              initGender();
    public void updatetotal()
    //adding buttons and actionlisteners
    lpanel.add(Update);
    Update.addActionListener(this);
    lpanel.add(Submit);
    Submit.addActionListener(this);
    //adding textfileds for totals
    lpanel.add(totmale);
    lpanel.add(totfemale);
    mainpanel.add(lpanel,"Center");
    public void initGender()
    buttonpanel.setBackground(Color.red.darker());
         buttonpanel.setLayout(new BoxLayout(buttonpanel,BoxLayout.X_AXIS));
         for (int k = 0;k < genderOptions;k++)
         gender[k]=new JRadioButton(genderlabels[k]);
    buttonpanel.add(gender[k]);
    optGroup1.add(gender[k]);
         mainpanel.add(buttonpanel);
         gender[0].setSelected(true);
    //get teh one button which is selected
    gender[].addActionlistener(this);
    public void actionPerformed(ActionEvent e)
    if (e.getSource==Update)
    if(gender[].getSelected()=="male")
    int mtot,ftot=0
    mtot=tot+1;
         int maletotal=maletotal+mtot;
    else
    ftot=ftot+1;
    int femaletotal=femaletotal+ftot;
    femalefield=totfemale.setText(femaletotal);
    malefield=totmale.setText(maletotal);
    if(e.getSource==submit)
    DataOutputStream dos=new DataOutputStream(FileOutputStream(gen))
    dos.writeInt(maletotal);
    dos.writeInt(femaletotal);
    public static void main(String s[])
    gender c=new gender();
    c.setSize(800,600);
    c.setVisible(true);
    c.addWindowListener(new WindowAdapter(){
    public void windowClosing(WindowEvent e)
    { System.exit(0);
    Is this the way to deal it?????

    I use something like this in one of my GUI's
    boolean female = false;
    add a listener to the radio buttons and toggle the flag between true and false;
    set the radio button to male as selected or female which ever is pc at the moment.
    Jim

  • How can I get to which group belongs users

    Can I write sql which get to which groups belongs users in Oracle Portal 3.0.9.

    Hi,
    select group_id from wwsec_flat$
    where person_id in (select id from wwsec_person$
    where user_name = '<user name>')
    Thanks,
    Sharmila

  • How can I see My Photo Stream from two Macs associated with the same Apple ID?

    I have a MacBook Pro (my personal machine) and an iMac (our family computer).
    The iPhoto library housing all of our family photos lives on the iMac.
    The iPhoto library on my MacBook Pro is currently empty.
    I have an account on both machines.  I have associated the same Apple ID with both machines.
    When I launch iPhoto on my MacBook Pro and attempt to turn on photo sharing (so that I can see My Photo Stream, as well as other shared streams), iPhoto informs me that "iCloud Photos for xxx@xxx is being used with another library named 'iPhoto Library'."
    My iPhone, which is also affiliated with the same Apple ID, shows the streams just fine.
    What can I do to remedy this situation?  I'd like to be able to view my shared streams on my MacBook Pro, while leaving the actual massive photo library on the iMac.

    I found out about this issue when I created a new library with some photo's I wanted to sync to my iCloud account.  I found the following on the Fat Cat Software page and thought it might be helpful to others:
    Using Photo Stream with multiple libraries
    Starting in iPhoto 9.2, Apple introduced a new feature called Photo Stream, which lets you automatically transfer photos via their iCloud service between your iPhoto library and your other devices such as an iPhone, iPad, or another Mac. This feature works when you have multiple iPhoto libraries set up, but there are a couple things to be aware of.
    First, iPhoto will only allow Photo Stream to be active in one iPhoto library at any given time. If you've already enabled Photo Stream in one library, but then open a second library and enable Photo Stream there, this will cause Photo Stream to be turned off in the first library.
    Any photos downloaded by Photo Stream are actually stored in an entirely separate location from any of your iPhoto libraries. This means that, even if you do switch Photo Stream from one library to another, you will not need to go through redownloading all the photos you already have in Photo Stream back from the iCloud servers. So, switching Photo Stream from one library to another is a relatively inexpensive operation, so you can do it as often as needed without it being much of a hassle.

  • How can i see, on which page my client commented in a shared PDF file via CC?

    Hello,
    i want to use the share function of CC to share a multipage PDF document with my client. Everytime he comments this PDF, the comments are not shown on the single pages, they are shown in a summary for the whole file. It is really hard to find the specific page for a single comment. Is there another way?
    Thanks in advance,
    Daniel

    I don't know if you solved this issue yet. But we have the same issue in the pass, and clean the log files under "\Synchronizer\resources\" folder seems to be a solution. Here is the thread talking about it.
    https://forums.adobe.com/thread/1426298?start=0&tstart=0

  • How can i find out which of  my contacts do not use whatsapp?

    I am using iPhone 5S on iOs 7.0.2
    I am conducting an event where I want to send invitations to almost all my contacts.
    Since there is daily limit on the number of Text Messages I can send out in a single day in my country, I want to segregate my contacts into people who use whatsapp and people who dont.
    So, for whoever possible, I can send the invite via Whatsapp, and for the rest, I can send across a text message.
    Any insights on how to do that..?
    Thanks in advance.

    I believed that the Whatsapp program looked at your contacts, and anyone already with Whatsapp info would show up in "favorites" under the Whatsapp program.  Is this not the case?  To do this, you would need to allow WhatsApp access to your Contacts.
    Another thought:  Does Whatsapp info show up in the standard iPhone contacts?  If so, do you sync your contacts to iCloud, and have access to a PC?  On the OS X Contacts app (OS X 10.9.3), or in the web-based version of iCloud using a PC, I can type "twitter" or "gmail" in the search field, and it shows me all the contacts who have twitter accounts or gmail accounts.   After doing this, you could set up those contacts as a new group, so you
    On my iPhone 5C using iOS 7.1.1, I can try and do the same thing in the search bar of the Contacts App; it works for "gmail", showing me folks having a gmail address, but not for "twitter".  
    I have no experience with Whatsapp, however, this may not work, and would depend I guess on that info being something that shows up in the contacts list on your phone.
    The answer to your question may be covered in WhatsApp's iPhone FAQ:
    http://www.whatsapp.com/faq/en/iphone

  • How can I transfer just one "group" of contacts to my Prius handsfree/bluetooth?

    Apple had to replace my iPhone 5S because of a hardware problem.  I had created a list of about 100 contacts to be transferred to my 2010 Prius onboard contact list.  I did that in late 2013 by deleting all my contacts, importing the one group, transfering that to the Prius- then adding back all my contacts.
    Having spent 1 hour on the phone with tech support today, I was told that with the new IOS- that can no longer be done.  I can't believe there is no work-around.  I only need 100 of the contacts out of my 3000+ to go into the Prius contact list.  Entering over 100 manually will take too long- so really want to just sync via bluetooth.  HELP!!!!!
    Thank you.

    You can't.

  • How can I see a list of contacts on my PC?

    My step-son recently used the USB port on my PC to recharge his iPhone. Apparently it also synched because he now has my contacts on his iPhone. I DO NOT want his 350+ contacts on my iPhone. How can I see a list of what contacts would be loaded onto my iPhone if I plugged it into the USB port on my PC? When I look at my Outlook contacts, they only show my contacts, not his. I do not use M.Me
    And, if his contacts would be synched onto my iPhone if I plugged it into the USB port, how can I get rid of them before they would be loaded into my iPhone?
    Thanks!

    With Windows, you can sync contact info with Outlook 2003 or 2007, or with the address book used by Outlook Express with XP, or with the address book used by Windows Mail with Vista - the name change for Outlook Express with Vista.
    Contact info is included with your iPhone's backup, but isn't stored anywhere else in some hidden file on your computer except for the supported address book application on your computer when syncing contact info with a supported address book on your computer. Your iPhone's backup comes into play only when restoring your iPhone with iTunes from your iPhone's backup, or when connecting a new iPhone that has never been synced with any computer to a computer that was used to sync with another iPhone. When connecting a new iPhone that has never been synced with any computer to a computer that was used to sync with another iPhone, you are prompted to transfer the backup for another iPhone to the new iPhone - this is not automatic, and an iPhone's backup includes more data than just contact info.
    If your Outlook address book does not include his contact info, this should not be a problem since this is where your iPhone address book gets contact info from when syncing.

  • How can I see the windows 8 contacts in outlook 2013 with groups preserved

    I an see my windows 8 contacts.
    they are all nice and some are broken down into groups.
    (I double clicked an old .wab and they imported nicely into windows 8, preserving groups)
    now how can I see this same structure as an email lists with groups in outlook 2013?  I see the emails, but no groups.
    can you help?
    thanks

    Those groups are not supported in outlook - outlook uses a different format for groups. You'll need to import the individual contacts into Outlook and recreate the groups. 
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • How can i see number of T code which to assinged to perticular user with di

    Dear All,
    How can i see number of T code which to assinged to perticular user with discription.
    Which report i have to be execute with T code.
    reply me.
    Thanks,
    Regards,
    sachin

    Hi
    Try transaction S_BCE_68001426, or repor RSUSR010 (The Same)
    Regards
    Morten Nielsen

  • Dear I am using iphone 4s now its connected with pc to create contact group.  I have 750 contacts in phone but pc showing only 36. How can i solve this? How can I see all contacts in pc?

    Dear I am using iphone 4s now its connected with pc to create contact group.  I have 750 contacts in phone but pc showing only 36. How can i solve this? How can I see all contacts in pc?

    HI,
    It may pay to bookmark this page.
    http://www.apple.com/support/systemstatus/
    8:40 PM      Wednesday; April 10, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Despite numerous reboots Firefox would not open for 3 days because apparently it was occupied, how can I see what it is occupied with and how to close it ?

    I opened my online banking site but could not sign in or sign out hence I closed the website and closed Firefox. For 3 days I could not open Firefox nor Explorer. During the 3 days I rebooted several times. On the forth day when I opened Firefox a screen opened saying Firefox was embarrassed etc. etc.. and that I could restore my online banking site which I did. I was able to sign in and sign out of the account and close the website. My question is when Firefox locks up like this, how can I see if a site is open in Firefox if I can't open Firefox?
    I am using Windows 7

    The 'Embarrassed' screen comes up when Firefox has not closed down correctly and is trying to restore the situation. This will not always succeed, and you may have to do a normal restart.
    * [[Firefox hangs or is not responding - How to fix]]
    * [[Restore previous session - Configure when Firefox shows your most recent tabs and windows]] (This has info on the embarrassing screen)
    You should always try to close Firefox by using
    * '''Firefox Button -> Exit''' (Windows 7)
    * File -> Quit (on XP and other systems)
    Where possible try to avoid closing by: killing the process, closing the window, or turning off the computer whilst Firefox is running.
    If you are unable to sign in to a website sometimes it may be a Firefox problem, other times it may be an internet problem, or the site itself.
    * see also [[Websites don't load - troubleshoot and fix error messages]]
    * and [[Fix problems connecting to websites after updating Firefox]]
    I do not know why you could not open firefox for 3 days, presumably a problem with your computer. Note even if there is no internet Firefox itself should still open when required.
    If Windows Explorer is not running/working there was probably not much you could easily do with the computer. Or was your problem with Internet Explorer (The default Windows Browser) again possibly a symptom of a bigger problem.

Maybe you are looking for