Sebastien Bergeron Posted April 8, 2009 Posted April 8, 2009 Hi everyone. I have a script already written that work well that send an email to a bunch of people. Now I need that script to be trigger by a Checkbox. If they click on The X on the Checkbox the Script for emailing is being run . . . How can I do That ?
LaRetta Posted April 8, 2009 Posted April 8, 2009 If clicking on a checkbox runs a script, why use a checkbox at all? Why not have a button which says "Send eMails" and attach your script to that? :wink2:
Sebastien Bergeron Posted April 13, 2009 Author Posted April 13, 2009 Hi, Because, I want to have a visual reference of what have been done or not. Checkbox give me that. I found a way to do it: There is an option call Set Script Triggers while using a Checkbox. It worked perfectly for me. Thanks for your idea.
mr_vodka Posted April 13, 2009 Posted April 13, 2009 From what you have said, you seem to be using just a single item checkbox to display whether or not you have sent an email. If so, you can just use a simple flag value of 1 and have your checkbox with that as your button. You dont really need script triggers for this, but I am glad that you got it sorted out.
Recommended Posts
This topic is 5703 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