Delete master child records |
4/19/2011 9:17:42 AM |
PHPRunner General questions | |
author
I know that this was answered before... function BeforeDelete($where)
function BeforeDelete($where,$deleted_values,$message)
|
|
![]() |
Sergey Kornilov admin 4/19/2011 |
Make sure text values are wrapped by single quotes in your code. |
|
500489 4/19/2011 |
Make sure text values are wrapped by single quotes in your code. Wrong: Delete from results where title=project title Right: Delete from results where title='project title'
|
![]() |
Sergey Kornilov admin 4/19/2011 |
Hard to tell what might be wrong without seeing your files and data. I recommend to upload your app to Demo Account and to contact support directly. |