April 19, 200322 yr 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
April 19, 200322 yr 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.
Create an account or sign in to comment