[FX.php List] Scripting in PHP
Bob Patin
bob at patin.com
Sun Sep 7 15:20:45 MDT 2008
Josh,
If you look in the FX folder you'll find some really useful docs in
there; here's the line you need to put in your query:
There may be cases when you would like to perform a FileMaker script
on the returned data set.
In such cases, use one of the '-script' $name parameters: '-script', '-
script.prefind', or '-script.presort'.
When these parameters are used, the $value parameter should be the
name of the FileMaker script
that you wish to be executed. Usage is fairly self-explanatory. When
'-script' is used, the specified
FileMaker script will be executed after the current find and sort (if
any) are performed. Using '-
script.prefind' causes the specified FileMaker script to execute
before the current find and sort are
executed. The '-script.presort' $name parameter runs the specified
FileMaker script after the
current find, but before the current sort is executed. Usage of these
parameters would be similar to
the following examples:
$InstanceName->AddDBParam('-script', 'Relookup Addresses');
$InstanceName->AddDBParam('-script.prefind', 'Delete Expired Records');
$InstanceName->AddDBParam('-script.presort', 'Omit Dulicates');
On Sep 7, 2008, at 3:03 PM, Josh Shrier wrote:
> I know this is probably a simple question but I am a newbie with
> PHP. How do you trigger a FM script from PHP? If someone can send me
> a submission line with the code in it I would really appreciate it.
>
> -Josh Shrier
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20080907/612d4ead/attachment.html
More information about the FX.php_List
mailing list