Jon Lau
|
| Posted: 03/17/2002, 8:43 PM |
|
Using the LOGIN form,
how to capture the login id, login level in another FORM or GRID so as to
save it to the transaction table?
Regards,
Jon Lau
|
|
|
 |
Frank Rocco
|
| Posted: 03/18/2002, 4:37 AM |
|
Hi,
Not sure if this is what your looking for, but the login and level are
stored as session variables.
Session("UserID") and Session("UserRights")
HTH
Frank
|
|
|
 |
Jon Lau
|
| Posted: 03/19/2002, 8:04 AM |
|
ty.
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:a74n1c$rou$1@news.codecharge.com...
> Hi,
>
> Not sure if this is what your looking for, but the login and level are
> stored as session variables.
>
> Session("UserID") and Session("UserRights")
>
> HTH
>
> Frank
>
>
|
|
|
 |
|