dmalone Posted April 19, 2003 Posted April 19, 2003 is there a way to impliment multiple finds in a script like i do in find mode eg 1) field1>0 2) fileld 2 <100 3) omit field3 = 0
CobaltSky Posted April 19, 2003 Posted April 19, 2003 Hi, In a script, you can do much the same thing that you would do if you were creating a multiple request find manually. Eg: Enter Find Mode [ ] Set Field ["field1", " ">0" "] New Record/Request Set Field ["field2", " "<100" "] New Record/Request Set Field ["field3", " "=0" "] Omit Record Perform Find [Replace Found Set] In some earlier versions of FMP, the Omit operator checkbox could only be toggled in a script if the status area was not hidden/locked, but with the current version/s that is no longer the case.
Recommended Posts
This topic is 7892 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