EDIT page and event 'Before record updated' |
6/17/2008 9:27:01 AM |
ASPRunnerPro General questions | |
P
Philip author
Hi |
|
P
|
Philip author 6/17/2008 |
I just tested an "After record updated" event and it's even worse: ALL field names and values are shown, even fields that are not included to the EDIT page among these especially the password field ... |
![]() |
Sergey Kornilov admin 6/17/2008 |
Post your code here. |
P
|
Philip author 6/17/2008 |
Here is the code |
J
|
Jane 6/18/2008 |
Philip, Dim dkeys email_message ="" dkeys = dict.keys For n = 0 To dict.Count-1 email_message = email_message & dkeys(n) & " : " & dict(dkeys(n)) & vbcrlf Next email="aoa@agilitysports.ch" subject="Meldestelle Nr. " & GetRequestForm("editid1") & " via TKAMO wurde mutiert" sendmail email_message, subject, message BeforeEdit = True |
P
|
Philip author 6/18/2008 |
Jane, |
J
|
Jane 6/19/2008 |
Philip, |