S
|
shiftman author 6/26/2018 |
i found sol. |
M
|
mersintarim 6/26/2018 |
write your code to before delete event |
S
|
shiftman author 6/26/2018 |
write your code to before delete event global $dal; $tblAcc = $dal->Table("Accounting"); $tblAcc->Param["AorderNUM"] =$deleted_values["PorderNUM"]; $tblAcc->update();
|
M
|
mersintarim 6/27/2018 |
Not Work
|
S
|
shiftman author 7/1/2018 |
table value, param value and $deleted_values is your parameters. Change please this values your values.
|
![]() |
Sergey Kornilov admin 7/2/2018 |
You are not providing enough info for anyone to help you. |
S
|
shiftman author 7/2/2018 |
You are not providing enough info for anyone to help you. Instead of using DAL functions build your SQL query manually and execute it. It will be easier to troubleshoot it this way as you can print your SQL query on the page and make sure it looks correct.
|
![]() |
Sergey Kornilov admin 7/2/2018 |
This is exactly what I mean. My recommendation is to do that using a SQL query, similar to one you posted in the beginning of this thread. |