mlindal Posted November 21, 2005 Posted November 21, 2005 It seems strange, but I have one filemaker script in our solution that I cannot get to trigger from PHP. The script seems to work fine in the CDML solution, and when I run it on the filemaker databases, it works fine. Any quick thoughts... .. and this time I double checked the security databases which allow for running scripts.
Garry Claridge Posted November 22, 2005 Posted November 22, 2005 Could it be a "naming" problem? Good Luck. Garry
mlindal Posted November 22, 2005 Author Posted November 22, 2005 re: naming problem The naming is correct, but there appears to be something in the actual script that ends up going into an infinite loop somehow. I guess the ultimate goal is to rewrite the script in PHP so that no filemaker scripts are needed. Unfortunately this script is about 2 pages of writing. BTW - How do you do the filemaker command "relookup" from PHP. ie) we have a related field that gets entered in one table, but need filemaker to relookup the value in the second table.
Garry Claridge Posted November 22, 2005 Posted November 22, 2005 You can do another Find() for the "re-lookup" Good Luck. Garry
dmaxj Posted January 17, 2006 Posted January 17, 2006 BTW - How do you do the filemaker command "relookup" from PHP. ie) we have a related field that gets entered in one table, but need filemaker to relookup the value in the second table. You can lookup via related field by using the table name and field name - ie $newQuery->AddDBParam('Name::Dept','produce;) ; is an example...
Recommended Posts
This topic is 6954 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