|
function BeforeAdd(&$values)
{
//Parameters:
//$values - Array object.
//Each field on
the Add form is represented as a 'Field name'-'Field value' pair
//**********
Display a message on the Web page ************
echo "Your
message here";
return true;
// return true if
you would like to proceed with adding the new record;
// return false otherwise
} |