As in a previous post, for SQL in Display object I must enclose it in double quotes (why?), and now when I reference it in a PHP procedure it has the value of the procedure name.
I am calling the procedure from an Action Button defined in the form Javascript as:
Code: Select all
nuAddActionButton('AddContract', 'Add Contract', 'nuRunPHPHidden("php_add_tcr")');
Code: Select all
$js = "nuMessage('Record ID is #RECORD_ID#')";
nuJavascriptCallback($js);