[FX.php List] Query question
Troy Meyers
tcmeyers at troymeyers.com
Fri Jan 26 12:17:01 MST 2007
Andrew,
Thank you very much, now I understand! That's unfortunate. Do you know if the FileMaker PHP API has the same limitation?
-Troy
> Troy,
>
> Through CWP (via FX.php) there is no 'constrain found set' other than
> through a script. In FileMaker terms, you can only do a 1 request find,
> or a multiple request find on single fields (the SetLogicalOR()
> function).
>
> We can't constrain a found set with a second (or multiple) requests to
> FileMaker because each find, edit, delete or new request you send
> through CWP operates in its own space. Once the request has been
> completed the connection is closed, so find results and globals that you
> set during one request won't survive between requests.
>
> Andrew Denman
More information about the FX.php_List
mailing list