A
|
alang 1/3/2010 |
Add a field in the SQL query (ie use existing field with alternative alias) and then unset this field in the event code ("Before record updated") so PHPR doesn't try to write it back to the database. |
L
|
Lloyd author 1/3/2010 |
Add a field in the SQL query (ie use existing field with alternative alias) and then unset this field in the event code ("Before record updated") so PHPR doesn't try to write it back to the database.
|
A
|
alang 1/4/2010 |
unset($values["yr field name"]) // PHP function to make it NULL |