Jump to content

This topic is 6954 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

  • 1 month later...
Posted

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...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.