Hello,Can anyone tell me how to open groups.Like i have given a group name in names field. I want to see all the names in group as soon as i click on save or in input translation.
As in our mail files if give any group name in “To” field then it automatically opnes it nd send to all the names.
Same thing i want in my application. PLease tell me how to open groups in field.
Subject: Group Names
You would have to write the code that would open the Directory, locate the Group then copy the Members into the field. Should be pretty simple. Looking at the Memo form in a mail DB might help.
Subject: RE: Group Names
Thanks 4 ur response.Wel i was thinking the same but as i new to lotus notes i was unable to find ant method to do the same.
PLease help me out…
Thanks…
Subject: RE: Group Names
Well there are several different ways to accomplish this. Perhaps the easiest would be to create a view in Names.nsf that selects only the groups and lists there names in column one (sorted) then in column two place the field Members. Now you can do an @DBLookup in to the Names.nsf using the view name you just created and the key would be the group name that you are looking for, then return column two. This should be a list of all of the members of the group.