Karim
|
| Posted: 06/21/2002, 7:43 AM |
|
Is there a way to make the Read, Insert, Update, Delete for pages using a table, instead of using CCS restriction function?
Thanks
Karim
|
|
|
 |
Nicole
|
| Posted: 06/24/2002, 2:31 AM |
|
Karim,
you can store access level value for the different group of users in security table (do you mean it?) Then you can open Page Security Groups dialog (click on dots icon right to Restricted field) to restrict access to whole page and in similar dialog for the Record form you may allow/forbid different operations (Read, Insert, Update, Delete) for different users groups.
Do you have any problems on this side?
|
|
|
 |
Karim
|
| Posted: 06/24/2002, 7:12 AM |
|
Acctually, I was trying to make the Read, Insert, Update, Delete access restrictions defined in a table. For example, I would have three tables: <br>One would be users and their groups. The other would be the pages and the Read, Insert, Update, Delete access for groups and the last for individual users.
Table
Read Insert Update Delete UserID PageName<br>
X X X X 0001 Main.asp<br>
X X X 0002 Main.asp<br>
X 0003 Main.asp<br>
<br>
Something similar...
Thanks
Karim
|
|
|
 |
|