Event trigers write to database |
10/9/2007 10:03:53 PM |
ASPRunnerPro General questions | |
S
stealthwifi author
Hi Sergey! |
|
![]() |
Sergey Kornilov admin 10/10/2007 |
I recommend you to check sample actions and sample events that can be found in ASPRunnerPro manual. |
S
|
stealthwifi author 10/10/2007 |
Ok so i fixed my last error and now when any field in the Policy is changed All items are saved over to the Trend table LOL. |
S
|
stealthwifi author 10/10/2007 |
I have the statement and the WHERE all set up now and working perfect. It shoots the data pre change over to the trending table and just that data that is linked to that partecular record. |
S
|
stealthwifi author 10/11/2007 |
For my If statement I tried: |
![]() |
Sergey Kornilov admin 10/11/2007 |
You can use the following: If CDate(oldvalues("Valuation")) = CDate(dict("Valuation")) then |
S
|
stealthwifi author 10/11/2007 |
You can use the following: If CDate(oldvalues("Valuation")) = CDate(dict("Valuation")) then
|