Jump to content

Sorry, I'm new


This topic is 8624 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Depending on what you want to do, a separate database called something like Users.fp5 should do the trick. The database would have at least three fields: User_ID, User_Name and User_Password. How you integrate this into your solution depends on the task you want to perform.

Chuck

Link to comment
Share on other sites

How can define the attributes to each user.

For example:

User admin this is the administrator

User guest just to consult the DB

User capture this edit and create records, but just can see some fields, not all.

Wich password it's for default in my DB??

Thanks for your help Chuck

Link to comment
Share on other sites

Basically, once you have set up the Users database, you make it so that somewhere the user has to identify themself before they can gain access to the system. Based on the ID and assuming they enter the correct password, you store this value in a global field, perhaps in your main menu file. Then whenever a user wants to do something, you check this global field and see if they can do that action. If so, you go ahead, and if not you present the user with a dialog box explaining that they don't have privileges to perform that action.

Chuck

Link to comment
Share on other sites

Soriano,

Te aconsejo revises la funcion:

Status(CurrentGroups)

Con esta funcion puedes comprobar a que grupo pertenece el usuario y asi restringir el acceso de la forma que tu quieras. Usa esta funcion en combinacion con un campo global que almacene su resultado.

Espero que esto te sea util,

ZuperZZ

PD. Es agradable escribir por fin en espa

Link to comment
Share on other sites

This topic is 8624 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.