PBainbridge Posted October 20, 2003 Posted October 20, 2003 I have a query regarding record level access on the web. I have a database in which I would like selected records open to browsing by all users, while the remaining records are viewable only by around 500 users, each with unique IDs and passwords (in the Web Security databases). Any ideas on how this can be achieved?
Leb i Sol Posted October 20, 2003 Posted October 20, 2003 selected records open to browsing by all users- mark those records by use of a field and then use that criteria to fitler them in the serch. - mark each record (eg. field [VisibleRecord] (1,0) 1- being visible/browsable to all user OR when a user loggs in - mark each user record as "guest" or "admin" or "something" - use the FMP-IF statement when constructing form for a serach based on either "user rights" or "record visibility" (eg. [FMP-If: UserLevel.eq. admin]....construct the form FMP-Else ..... or on the results page exclude/include the records based on "RecordVisible" field All the best!
Recommended Posts
This topic is 8048 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now