This topic is locked

Sending edited data record ( event )

5/5/2007 8:49:46 PM
ASPRunnerPro General questions
lefty author

I have a problem with the ( Send New Data Record After Edit Event ) in Asprunner 4.1 . I have no problem with sending the whole record after adding a new record but when I edit a record the sendmail function does not send my field (fldname) ( fldemail) . It only sends the fields that were actually edited. The two fields that were not edited are read only fields are Session generated which are not getting sent. As I stated it works fine with sending new data record after add.

Sergey Kornilov admin 5/7/2007

John,
readonly fields are not included into dict collection. You can modify this code adding readonly fields using Session varibles that store this field values.