[FX.php List] modifying last find with a -script.presort
DC
dan.cynosure at dbmscan.com
Mon Aug 7 06:14:33 MDT 2006
yes, check found count in FX result and run a separate FX find
request with new parameters. in other words, don't use a script if
you don't have to, keep it all in FX so it is plain as day what is
happening.
if it is something you have to run by script then just run a script
using FindAny.
dan
On Aug 7, 2006, at 12:21 AM, AC wrote:
> As part of the FX find I'm trying to run a FM script.
> Three are 2 problems I'm running into;
> - if the FX find doesn't find any records then the FM script isn't
> run at all
> - putting a modify last find in the FM script doesn't modify the
> find that was done by FX
>
> I know it might make sense not to run the FM script if no records
> are found but I was trying to pass additional parameters required
> by my FM script into the find request so that the FM script could
> modify last find, read the parameters, clear the parameter fields,
> then redo the find and get the actual results.
>
> Any suggestions?
>
> _______________________________________________
> 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