Row_Updating server event ($rsnew)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
elonmusk
User
Posts: 48

Row_Updating server event ($rsnew)

Post by elonmusk »

I have row updating function in many page, it is working there, but in one page alone when i pass the parameter in $rsnew, the following error is showing, Undefined array key.


arbei
User
Posts: 9389

Post by arbei »

As the error said, the key you used did not exist in $rsnew. You may view and check the content first by, e.g. die(var_export($rsnew));.


Post Reply