![]() |
Sergey Kornilov admin 10/14/2005 |
Hi, if request("username")=CStr(rs(cUserNameField)) and request("password")=CStr(rs(cPasswordField)) then Session("UserID") = Request("username")
Session("Email") = rs("email") |
W
|
WeB author 10/14/2005 |
Thanks a bunch Sergey im sure that will work when I set it up tonight. A question I had though is if another user signs in and edits a record will the email address change? If so is there a way so it stays to the original email address? |
W
|
WeB author 10/14/2005 |
It appears as though if I have the field on the edit page the creater of the recored will stay put, but if I choose to not show the field on the edit page then it will change to whoever is editing the record. I dont want to show the field on the edit page but I do want the data in the email field to stay at the record creaters info. |
![]() |
Sergey Kornilov admin 10/17/2005 |
If you simply remove this field from the EDIT page it won't be updated when record is edited. Just uncheck Edit page check box against this field on the Formatting tab in ASPRunnerPro. |