Stickybeak Posted May 4, 2018 Posted May 4, 2018 (edited) I have been running a document creation and management solution for 2 years. My scribe maintenance subscription ran out so I bought a new license. Boom the whole things has collapsed. Scribe is throwing errors when a field in the database does not appear as a merge field in the document the attached being a typical error. This solution is vital to my practice but 360Work have no taken 2 working days with no solution - not responding to my emails when I tell them that their work arounds aren't working. This was suggested "ScribeSetErrorCapture(true)" - but that does not even appear in my steps in the script window. Utterly frustrated. Help! Edited May 4, 2018 by Stickybeak
Junior360Works Posted May 5, 2018 Posted May 5, 2018 Hey Stickybeak, SetErrorCapture doesn't exist as a script step, just as a calculation. Not all of our functions could be ported from calculations into script steps when FileMaker 16 came out, but they can be still be invoked just the same. Try the following line towards the beginning of that script: Set Variable [ $setErrorCaptureOn ; ScribeSetErrorCapture(true) ]; Here's a link to our documentation that describes the function in more detail: http://static.360works.com/plugins/Scribe/documentation.html#ScribeSetErrorCapture I hope that works. If not, please reply to my e-mail and I'd be more than happy to set up a meeting tomorrow. Junior Perez
Stickybeak Posted May 5, 2018 Author Posted May 5, 2018 Ok. they got onto it for which I am really grateful. turns out error capture in scribe is not a script step its a calculation...which I actually worked out how to use. thanks 360works for responding 1
Recommended Posts
This topic is 2646 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 accountSign in
Already have an account? Sign in here.
Sign In Now