Jump to content

Simple PHP Filemaker script calling


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

Recommended Posts

Hello,

We are trying to make a FMP 11 combination to display a list of records that are only open status.

We made a php site with the php site assistant.

Now we want to add to the lsit the option to only show the open records (open in meaning the status is open)

When we try to add this :

$newPerformScript = $fm->newPerformScriptCommand('FMLijst', 'FMLijst');

$result = $newPerformScript->execute();

when we add this (layout is FMLijst, and scripts is called FMLijst. The list stays long.

There only 4 records with the status open.

We want to have the control thats why we want to do with a script.

What do we do wrong .. ?

Link to comment
Share on other sites

This topic is 4221 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.