Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I've got a simple script setup in FileMaker that's moving between two different layouts (one of which is a MySQL data source) to sync the data between the two. Basically pulling data from MySQL, then checking to see if that same records exists in Filemaker, and if not, delete it out of MySQL. Here's the script I'm working with...

fm-bs.jpg

As you can see I'm simply looping through a found set of records and I've got Go to Next Record (Exit After Last) set a the end of the loop.

Well, I keep getting a 101 Error - Record is Missing on that very last record when it attempts to go to the next record (which doesn't exist). I've never had this issue before as the Exit After Last generally handles it for me.

Any information about what I'm doing wrong here would be grealty appreciated. thanks!

Posted

This is normal behaviour: the "exit after last" option actually generates an error and pops up the script debugger if the "pause on error" option is enabled.

This topic is 5273 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.