Newbies Doug Heestand Posted March 1, 2009 Newbies Posted March 1, 2009 I have the PHP API working with FM9 Server. When I call my FileMaker script from PHP it works great until I get to the "Perform Find" script step. It throws error 16 in the log file and exits without returning a result. The user account has [Full Access] so it isn't a matter of permissions. Why can't you perform a find from the FileMaker script?
Genx Posted March 1, 2009 Posted March 1, 2009 Do you have any reliance on user interaction or dialogs anywhere in that find?
Newbies Doug Heestand Posted March 1, 2009 Author Newbies Posted March 1, 2009 Thanks for the reply. Nope. The script is fully web compatible (if I check the box in ScriptMaker to indicate web compatibility there are no grey steps). I go to another layout, enter find mode, set a field with the parameter I received from the script, and when it hits "Perform Find" it exits. I've tried not using the paramter from the script and just using a text value and that fails too. I've tried all sorts of variations including just a "Perform Find" where I specified the find request. It crashes there too. I'm just wondering if it's not allowed to do a Perform Find from a script called by PHP? Seems weird to me!
Recommended Posts
This topic is 6003 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 accountSign in
Already have an account? Sign in here.
Sign In Now