Password Access |
2/8/2004 4:32:34 PM |
ASPRunnerPro General questions | |
author
I have just purchased ASP runner after a short Evaluation - superb product <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=348&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' /> |
|
![]() |
Sergey Kornilov admin 2/9/2004 |
Hi,
|
|
178 2/10/2004 |
Perfect , exactly what i need <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=1069&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |
A
|
apscnjohnnie 2/23/2004 |
I think my query is similiar but I have one caveat. I just purchased this for our company and the COO was impressed. However now he wants me to create authentication based on a filter. Say East Coast Sales Managers can only view East Coast Sales records. West Coast Sales Managers can only view West Coast Sales Records. We have one column which contains the region of coverage. Of course this column contains all sales regions. The boss does not want people from the East coast viewing the West coast records. Is there a way to filter the records in this column to only display records for a particular sales manager based on login name. I only have 6 users currently accessing the database. |
![]() |
Sergey Kornilov admin 2/25/2004 |
Hi, |
A
|
apscnjohnnie 3/2/2004 |
Thanks, I have asked my Access creator to use the user-level security funtion within access then I think I will have a table that I can draw users from .... correct? Access is not one of my strong points. This is what sold me on your product. I can be pretty illiterate about access and get a database created by another on my web server. |
|
501001 3/24/2004 |
Where is exactly I need to add this code in the check security function. Line # would be helpful or please show above/below or between codes. |
![]() |
Sergey Kornilov admin 3/24/2004 |
This function can be found at the end of ..._list.asp file. Function CheckSecurity(strValue, strAction) if Session("AccessLevel")=ACCESS_LEVEL_ADMIN then CheckSecurity = True Exit Function else CheckSecurity = False Exit Function end if
|