Simple question - expanding groups into names

I have a Names field in a profile document, which stores groups. I want users to be able to open a Dialog List from another form, and be presented with a list of the individuals in the groups, instead of the group names. How do I do this?

Thanks!

Subject: Simple question - expanding groups into names

do a lookup on the groupsview get the document and expand the members field

Subject: RE: Simple question - expanding groups into names

What Yazdi has mentioned is correct.However there are chances that the groups are nested, in which case you will have to write a recursive function inorder to drill down and extract the user names.

There is an un-documented feature … use at your own RISK !!

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/5c79e38ac971c65585256f33004fe7b2?OpenDocument

cheers !!

Ashish