Hi to All,
I have a table in an mySQL DB, that has a column Date.
In my form, in the event “onBeforeUpdate” I have enetered this code:
{user_update_date} = CURDATE();
But, when I try to update a record, this error is returned:
Fatal error: Call to indefined function CURDATE();
Can Someone help me ?
Thank You
Gaetano