** 
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:
 
 
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
 
----- Original Message -----
Newsgroups: gmane.comp.crm.arsystem.general
Sent: Thursday, April 20, 2006 15:50
Subject: Creating a menu on based on user’s permissions

Hi Everyone!

How can I create a menu that will select users from the User
form who belong to a particular permission group?

Excuse me if this question has already been asked, but the
ARSList archive web page seems to be unavailable just now.

(ARS 6.3, HPUX-11 server, Oracle 9.2 db)

Dwayne Martin
Computing Support
James Madison University
__20060125_______________________This posting was submitted with HTML in it___

Reply via email to