| **
Hi Dwayne,
The URL for the ARSList (www.arslist.org) was somehow corrupted
recently, it is missing a character in the re-direct URL (missing the
letter "s" in "archives"):
Current redirect URL:
Correct redirect URL:
Until this is corrected, the easiest way to get to the
main ARSList archives is to either bookmark the above URL or go to www.wwrug.org and follow the link for www.ARSlist.org.
Your question is very similar to one that was posted a few
days ago by someone who needed to present a menu showing all groups for a given
user. You can find my response to that thread under the subject
"Displaying users groups" in the main ARSList archive or
directly from either of these alternative external ARSList
archive sites:
The Mail Archive: http://www.mail-archive.com/arslist%40arslist.org/msg00044.html
What you are wanting to accomplish isn't quite as complicated,
since you want to show all users for a given group, not all groups for a given
user. You can accomplish this by simply creating a search menu against the
User form, with these properties:
Label
field(s): Full Name, Login Name, or Full Name and Login
Name
Value
field: Full Name or Login Name
Qualification
(Dynamic):
('Group List' LIKE $536870100$
+ ";%") OR ('Group List' LIKE "%;" + $536870100$ + ";%") OR
('Group List' LIKE "% " + $536870100$ + ";%")
Qualification (Static, if
group ID does not change -- Group ID is "1" in this
example):
('Group List' LIKE "1;%") OR
('Group List' LIKE "%;1;%") OR ('Group List' LIKE "% 1;%")
If you are using a dynamic qualification, the field reference
in the qualification line ($536870100$ in the above example) needs to reference
a character field from the current form, containing the Group
ID value from the Group form for the group you wish to display.
HTH,
Thomas
__20060125_______________________This posting was submitted with HTML in it___ |

