PDA

View Full Version : help with user id


edrosenthal350859
03-21-2009, 01:59 PM
i am using SA to create the login/registration pages and i can see
after opening the login page and logging in,
that i am saving the key of my users table ( user_id)

Now when i use DA to create pages based on my other tables i want to insert
that user id in these tables.
Where in the DA wizard process or where by editing the insert record behavior,
will i be able to get that user id to be inserted into those tables?
I do not want the insert form to have the user id visible, but still want it to be inserted.

Ray Borduin
03-23-2009, 07:33 AM
Don't do it in the DA wizard. Update the Insert server behavior directly after running the DA wizard and set the field value to come directly from the session variable created at login.