![]() |
Sergey Kornilov admin 4/13/2010 |
Sure, you can use AfterRecordProcessed event for this purpose. More info: |
![]() |
hichem 5/5/2010 |
Sure, you can use AfterRecordProcessed event for this purpose. More info: http://xlinesoft.com...round_color.htm To access value of any field of the current record use data("fieldname") More info of AfterRecordProcessed event: http://xlinesoft.com...d_processed.htm
|
![]() |
Sergey Kornilov admin 5/5/2010 |
I guess you can use the same AfterRecordProcessed event to store the value of any column in session variable i.e. add the following tot he very end of this event: Session("fieldname") = data("fieldname") |