Saucepan Posted November 24, 2006 Posted November 24, 2006 hi when im searching for emails in my database the ones that doesn´t exist results in a notification "record doesnt exist". is there anyway to add them to my database? if my search results in a record that doesnt exist cant i simply just have it added as a new record?
bruceR Posted November 30, 2006 Posted November 30, 2006 Yes, you can do that. But it should be obvious that you're going to have to write a script for that purpose. FileMaker is a great application, but it can't read your mind.
Genx Posted November 30, 2006 Posted November 30, 2006 If you're asking how to know if a record wasn't found within a script... Put this at the begiining of your script: Set Error Capture[On] And this right after you perform your find: If[ Get(LastError) <> 0] What to do if your script doesn't find any records here. End If
Recommended Posts
This topic is 6568 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