Row Updating - Changes

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

Row Updating - Changes

Post by wincode2008 »

Good Day

Is there a function use to detect if there is a changes in a particular field during row updating?

Example:

I have a field File use for uploading. How can I detect if the content was replaces / edit or NO changes made?


arbei
User
Posts: 9384

Post by arbei »

You may compare the field in $rsold with the same field in $rsnew.


Post Reply