Jump to content

Script parameter


This topic is 5561 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

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*/

Link to comment
Share on other sites

This topic is 5561 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.