D
|
danaci 1/8/2011 |
use After record added event on the Events tab for this purpose. |
D
|
DigitalDean8 author 1/8/2011 |
Thank you for this help, I think that we are close but I am not quite sure I am using the correct table names in the snippet you posted as it is throwing a syntax error: Here is some additional information from my specific project: |
D
|
danaci 1/8/2011 |
global $strTableName,$dal; |
D
|
DigitalDean8 author 1/8/2011 |
Still getting a Syntax Error with this code. See the details below: 0. include\dbconnection.php:36 db_query 1. select sum(CALL_TAMOUNT) from JOB_CALL where DetailKey=;
|
D
|
DigitalDean8 author 1/8/2011 |
Is it also possible that since I am using a "Custom View" rather than the source table that this is causing an issue? The actual table name is "Jobs" but the custom view I am using is "Active_Jobs" which is just a filtered view of Jobs. I am attempting to update the actual table name of Jobs which I think is correct. Could this be the issue? |
D
|
danaci 1/8/2011 |
hi, |
D
|
DigitalDean8 author 1/9/2011 |
The Trigger also throws a syntax error. I am researching the MySQL variant of it but so far nothing works. |
D
|
danaci 1/9/2011 |
detail table on Add page after record added event try this code. |