April 8, 200916 yr 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 ?
April 8, 200916 yr 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:
April 13, 200916 yr Author 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.
April 13, 200916 yr 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.
Create an account or sign in to comment