Jump to content
Server Maintenance This Week. ×

Record doesn´t exist problem


This topic is 6356 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 6356 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.