March 10, 20223 yr in an FM script I have an error return from scriptmaster (error 14) when using the BaseElements command; but the script still succeeds. How to avoid the display of this message? dans un script FM j'ai un retour d'erreur de scriptmaster (erreur 14) lors d'utilisation de commande BaseElements ; mais le script aboutit malgré tout. Comment éviter l'affichage de ce message ? Merci Noël
March 10, 20223 yr Hello, You can suppress error messages coming from ScriptMaster by using the function SCSetErrorCapture(True). Note, this will only work when calling the functions as calculations. If you are calling functions as script steps, then you will need to use the native FileMaker function Set Error Capture On/Off. If that does not resolve your issue, can you please provide some more details?
March 10, 20223 yr Author Thanks for your answer but : is that function SCSetErrorCapture(True) integrated in 360scriptmaster ? I don't find it in samples the FM command set error (in french Gestion d'erreurs) doesn't seem to avoid the messages error 14 as you asked details I join a screen copy of the message occuring after closing the first one...
March 10, 20223 yr My apologies that should be SMSetErrorCapture, the SC prefix is for SuperContainer.
Create an account or sign in to comment