roberts
Posts: 3
|
| Posted: 03/16/2008, 7:18 PM |
|
All previous posts I found use the session UserID to filter or add to SQL statements.
I want to use the UserID session variable on an insert/update to log the last person that touched a record.
I created a page using a Query and Record Builder
One of the columns in the table is member_id
The record panel can be used to Add and display/edit a record.
I want a hidden text box member_id to always contain the current users session UserID
I have not seen any examples or demos on how to do this.
Or is there an easy way to do this ?
Thanks in advance.
--Robert
_________________
Never be afraid to die, unless you have not done something for humanity. |
 |
 |
roberts
Posts: 3
|
| Posted: 03/16/2008, 9:35 PM |
|
I did find the answer here. http://forums.codecharge.com/posts.php?post_id=77548
This was exactly what I wanted to do.
I was searching the forums on "session" and "UserID"
So I didn't get a hit.
--Robert
_________________
Never be afraid to die, unless you have not done something for humanity. |
 |
 |
wkempees
|
| Posted: 03/17/2008, 5:05 AM |
|
http://forums.codecharge.com/posts.php?post_id=94913&s_keyword=userID
"roberts" <roberts@forum.codecharge> schreef in bericht
news:247ddd4dad94c2@news.codecharge.com...
> All previous posts I found use the session UserID to filter or add to SQL
> statements.
>
> I want to use the UserID session variable on an insert/update to log the
> last
> person that touched a record.
>
> I created a page using a Query and Record Builder
> One of the columns in the table is member_id
>
> The record panel can be used to Add and display/edit a record.
>
> I want a hidden text box member_id to always contain the current users
> session
> UserID
>
> I have not seen any examples or demos on how to do this.
>
> Or is there an easy way to do this ?
>
> Thanks in advance.
> --Robert
> _________________
> Never be afraid to die unless you have done something for humanity.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|