C
|
cgphp 11/19/2012 |
Check this article: http://xlinesoft.com/phprunner/docs/insert_a_record_into_another_table.htm |
W
|
wildwally author 11/19/2012 |
I might not have been clear in my question, sorry. I have no problem uderstand how to add record - my question is more around evaluating the selection when inline edit is concerned with multiple records. |
W
|
wildwally author 11/27/2012 |
Still looking for some assistance with this.
|
![]() |
Sergey Kornilov admin 11/27/2012 |
You need to use AfterEdit event. According to the manual you can use $values and $oldvalues arrays to access old and new values of any given field: |
W
|
wildwally author 11/28/2012 |
You need to use AfterEdit event. According to the manual you can use $values and $oldvalues arrays to access old and new values of any given field: http://xlinesoft.com...ord_updated.htm
|
![]() |
Sergey Kornilov admin 11/28/2012 |
It doesn't require a loop. AfterEdit event will called for each record separately. |