Hey all,
Could anyone tell me if the $value array in the BeforeEdit() event contains every value from the page, or just the new ones.
(i.e. if I have three fields in a database, and the user only edits one of them, does $values contain all three, or just the edited one?)
The reason I ask is that I'd like to track specifically what changes users make to the database and write those to a text field in another table.
Thanks,
-Brent