Newbies keith_rettig Posted June 17, 2016 Newbies Posted June 17, 2016 EmailSetErrorCapture ( True ) doesn't work. EmailSetErrorCapture ( 1 ) doesn't work. [documentation says to set it to true but I worried I was taking that literally so I tried 1 as well] Thought I only had to do it once at start of database but that doesn't work. Put it at the beginning of the "send email" script and that doesn't work either. What am I missing? Thanks, Keith.
schamblee Posted June 18, 2016 Posted June 18, 2016 There is not a script step EmailSetErrorCapture. There is a Set Error Capture On to capture Errors in FM http://www.filemaker.com/help/12/fmp/html/scripts_ref1.36.14.html
ryan360Works Posted June 20, 2016 Posted June 20, 2016 Hi keith_rettig, If you are trying to turn off the progress bar that pops up after EmailSend is called then you need to pass in the parameter "progress=false" into the EmailSend function.
Newbies keith_rettig Posted June 20, 2016 Author Newbies Posted June 20, 2016 Thank you Ryan. My email sending scripts were all written many years ago and I haven't worked through the script steps to see such newish features (read "newish" as in "more recently than 5 years").
Recommended Posts
This topic is 3076 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