Karen
|
| Posted: 04/03/2003, 6:33 AM |
|
In CCS, how do I display the user groups defined which refer to the security level in the database? Meaning, I want to display the user's group instead of just a number.
In CC2.05, I manually entered the list of groups that the numbers reference to.
Pls help. Thanks in advance.
|
|
|
 |
GreggB
|
| Posted: 04/04/2003, 9:58 AM |
|
One solution would be to create a corresponding “Groups” table duplicating the entries in the “Security Groups” in your Project. This will allow you to use the table to display the users Security Group name and use this table as the datasource in a ListBox to display the Security Name when the administrators are setting up users in an Admin Program.
GreggB
|
|
|
 |
|