Jump to content
Server Maintenance This Week. ×

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

Recommended Posts

If the error happens during a script, then yes. You can use the Set Error Capture [on] step before the potential error step. Then use the Get(LastError) function to return the error. If there was no error, this will return 0.

Note -- setting error capture "on" will suppress all FileMaker error messages until your script session ends, unless you set it to "off." That means YOU will be responsible for dealing with any errors as your script runs. Be careful.

Link to comment
Share on other sites

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