[FX.php List] Passing Parameters for Perform Script Step

BEVERLY VOTH beverlyvoth at gmail.com
Thu Sep 20 06:34:06 MDT 2012


Hey, Malcolm! what about using this, too?
====
SetFMGlobal ($globalFieldName, $globalFieldValue)
This function is FileMaker 7 specific and is equivalent to appending ".global" to a field name in order to set a global field. In order to ensure that a global is set in FIleMaker 7 (before performing a script, for example), use this function instead of AddDBParam() to set the global field.
>> The $globalFieldName parameter should contain the name of the FileMaker global field to be set.
>> The value passed via $globalFieldValue will be stored in the specified global field before other FileMaker actions are performed.
====

I'm sure "7" means .fp7 and .fmp12. :)
Beverly

On 20 Sep 2012, at 2:08 AM, Malcolm Fitzgerald wrote:

> I can see that PerformFMScript takes only one parameter which is the script name. 
> 
> I want to be able to change user passwords. That requires the old password and the new password. What is the best method to pass parameters from the web to the script?
> 
> Malcolm_______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list