Ler Ping
|
| Posted: 03/26/2002, 5:18 AM |
|
How do I use a sigle login to store User access levels from two tables -
AccessWITS and AccessSSS. Later when I am attempting to use a WITS page, it
checks for sufficient WITS level. If I'm attempting to access an SSS page,
it attempts to check for sufficient SSS levels. Only one log in page is
needed and the default only stores one level.
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/26/2002, 5:36 AM |
|
You need to open Login form properties/Custom Login event,
obtain generated code and add below a line that retrieves UserRights value
another similar line that retrieves another value from AccessSSS and store
it
in a session variable. See how it's done in generated code.
--
Alex
CodeCharge Developer
"Ler Ping" <mimaclit69@hotmail.com> wrote in message
news:a7psep$uag$2@news.codecharge.com...
> How do I use a sigle login to store User access levels from two tables -
> AccessWITS and AccessSSS. Later when I am attempting to use a WITS page,
it
> checks for sufficient WITS level. If I'm attempting to access an SSS page,
> it attempts to check for sufficient SSS levels. Only one log in page is
> needed and the default only stores one level.
>
>
|
|
|
 |
|