Damian Hupfeld
|
| Posted: 09/26/2004, 9:53 PM |
|
I want to Insert the current logged in users UserID
(CCGetSession("LoginID")) or UserName (CCGetSession("UserName")) into a
record that they create...
i.e. they make a new posting, and it should insert the current logged in
users name/id into the PostedBy field.
regards
Damian
|
|
|
 |
Damian Hupfeld
|
| Posted: 09/26/2004, 10:00 PM |
|
I was trying to use a Label - and while it would display the details in the
MAINT page it wasnt submiting them. Changed it to a HIDDEN FIELD and its all
working again now.
"Damian Hupfeld" <damian.hupfeld@itng.com.au> wrote in message
news:cj86cn$r69$1@news.codecharge.com...
>I want to Insert the current logged in users UserID
>(CCGetSession("LoginID")) or UserName (CCGetSession("UserName")) into a
>record that they create...
>
> i.e. they make a new posting, and it should insert the current logged in
> users name/id into the PostedBy field.
>
> regards
> Damian
>
>
|
|
|
 |
|