Jorgitopeter Posted May 20, 2008 Posted May 20, 2008 Hi everyone... I'm pretty sure it's a silly question, but I can't realize what to do! Is there any way to do a search and delete the found set? I mean, into a script. I want to script a search (records with one field empty) and then delete the records it had found. Well, thanks for everything guys (and girls, obviusly : ) See you.
mr_vodka Posted May 20, 2008 Posted May 20, 2008 Try this: Enter Find Mode [] Set Field [ YourField; "="] Perform Find [] If [ Get ( FoundCount ) ] Delete All Records [No Dialog] End If
Jorgitopeter Posted May 20, 2008 Author Posted May 20, 2008 That's great Vodka...thanks a lot. One more question: is there any way to avoid the little window asking to 'modify search', 'continue' or 'cancel' if none of the records matchs with the request? I mean, I'd like that if none of the records matchs, the script goes on, and don't ask me to modify,continue or cancel: just continue automatically... Thanks for your quick response : PD: I read the white paper you recommend, it's very helpfull for newbies like me
mr_vodka Posted May 20, 2008 Posted May 20, 2008 (edited) Set Error Capture [On] Edited May 20, 2008 by Guest
Jorgitopeter Posted May 20, 2008 Author Posted May 20, 2008 Just Great!!!! Thanks a lot... by the way: do you have any other newbies paper to propose? Thanks again
mr_vodka Posted May 20, 2008 Posted May 20, 2008 The videos from FM's website and the training material from JMO's website is good. http://www.databasepros.com/index.html You can also get the missing manual by Geoff Coffey. http://www.amazon.com/FileMaker-Pro-9-Missing-Manual/dp/0596514131?ie=UTF8&s=books&qid=1185994593&sr=8-2
Recommended Posts
This topic is 6031 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