January 26, 200916 yr Hi. I'm trying to execute a script via filemaker api via newPerformScriptCommand($layout, $scriptName, $param). Actually the script runs. I'm doing a new record and in that script I try to set a field with the $param by doing a get(scriptparameter). The field always has a different value and it's never the good one. What's wrong ? It looks like it never get my parameter.
January 28, 200916 yr Without seeing your code, I'm grasping at straws but have you checked to make sure what gets written is in fact not whats stored in $param ? newPerformScriptCommand($layout, $scriptName, $param) echo "param = " . $param /*Just to double check that the var is set to what you think it is*/
Create an account or sign in to comment