Jump to content

Stuck with an error display dialog that went background


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

Recommended Posts

Hi,

 

I use the native default script to erase a file. When it fail to erase the file (and in some case, it's OK) I have an error dialog that popup ... bla bla bla "OK"

 

Win10, FMS16, FMA17

 

#1- How can I disable that error message, can't delete the file, no worry, that's ok.

#2- For some unknown reason, when it's called with a card window, it might go background.... and I'm stuck, I can't press "OK", can't bring it back to front. If I kill FM process, the record is now lock on the server, disconnect the user doesn't release the record

 

I'm in the process of switching to FM19, that as the native delete file, but for now, I'm not

 

Thanks

Link to comment
Share on other sites

Hi JF Fortier,

First, make sure that you have the latest version of ScriptMaster installed, version 5.305 available here.

If you are calling a ScriptMaster function as a calculation, you can suppress error dialogs by using the function SMSetErrorCapture and passing in True. Make sure you pass in the boolean value True and not a String like "True" as passing in a String will cause the function to be ineffective. If you are calling ScriptMaster functions as a script step then you will need to use the native Filemaker script step Set Error Capture . 

Link to comment
Share on other sites

  • 3 weeks later...

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