This topic is locked

ASR Runner how to's, login's, add new, edit.....

5/17/2004 11:38:53 AM
ASPRunnerPro General questions
author

Ok this is getting really frustrating....!

I need to have files out put that will:
(1) Allow new users to login as guest/[or new user] and Add new listings and not edit existing users info.
(2) Allow existing users to login and edit there own files and not other users.
(3) Allow Admin to edit/view all { ok so this works fine }
(4) Add current date and time to a 'LastUpdated' field when user edits info.
(5) generate a unique 12 character UserId when new user is added.
Now I've tried figuring this stuff out for days now; and while items 4 & 5 are currently unique to my needs I'm sure others would like to know about #1 & #2 above. I could be missing somthing this being only my first pot of coffee of the day.

james

Sergey Kornilov admin 5/19/2004

James,
please see my answers below:

  1. See my answer in another thread.
  2. Use Advanced security options Users can see and edit their own data only or Users can see other users data; can edit their own data only for this purpose.
  3. Use Admin User feature Advanced security options
  4. Probably you can set Edit as format of LastUpdated field to Hidden and set default value to Now().
  5. This one is easily implemented using any random number generator.
    I hope this helps.