HeavyE Posted May 20, 2004 Posted May 20, 2004 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?
TSC Posted May 20, 2004 Posted May 20, 2004 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
bruceR Posted May 23, 2004 Posted May 23, 2004 Script: Enter find mode (do NOT check "restore") set field [city, "Portland"] Perform find (do NOT check "restore")
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now