Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I am very new to scripts and i don't understand much about them.

How do you enter in your FIND parameters into a script. I know how to get PERFORM FIND [ Replace Found Set] into a script, but how do i enter in a specific search parameter?

Posted

In any version other that 7:

You can perform the find, write the script using the Perform Find script step, and FileMaker will then save the last search you entered. Just remember when you go back to the script in the future, choose keep for find requests.

You can also write out the whole find in the script. Go to layout, enter find mode, insert text, perform find (don't restore).

Tim Cormier

TSC

http://www.fmdeveloper.com

Posted

Script:

Enter find mode (do NOT check "restore")

set field [city, "Portland"]

Perform find (do NOT check "restore")

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