![]() |
Sergey Kornilov admin 10/30/2008 |
You need to implement the following events for Table2: BeforeDelete, BeforeEdit and BeforeAdd. |
Z
|
zebex author 10/31/2008 |
You need to implement the following events for Table2: BeforeDelete, BeforeEdit and BeforeAdd. Each event basically does the same job calculating sum(qty) for the current InvID and storing this value in Table 3. Tables 2 and 3 must be related some way probably using the same InvID.
|
![]() |
Sergey Kornilov admin 10/31/2008 |
It's more complicated than that. |
Z
|
zebex author 10/31/2008 |
It's more complicated than that. You need to execute SQL query that pulls sum of quantities from table2. Once you have the sum you need to update table3 with this sum. You can post your application to Demo Account (last screen in PHPRunner) and send the URL to support@xlinesoft.com.
|