Click to See Complete Forum and Search --> : User Access right...


Tuan Nguyen
October 3rd, 2001, 05:54 AM
Hi,
I'm developping some applications in VB6. Many of them are multi-users applications and I have to create many user and assign rights for each one.

Are there any component that can help me to do this ?

Thanks


Tuan Nguyen

Iouri
October 3rd, 2001, 07:01 AM
If it is multiuser application you probably already have a database as a backend. You can create a table with user names, passwords and rights. When user login check thhis table and do whatever you need to do.

Iouri Boutchkine
iouri@hotsheet.com

Tuan Nguyen
October 3rd, 2001, 08:17 PM
Because each user has many rights: on the menu, on each control in forms,... So I have to do many things in code to enable, disable, or hide related items. I need components to do this for me without any code. I see something the same for Delphi and it's is quite usefull.
Do you know one for VB ?

Tuan Nguyen.

Tuan Nguyen