dcgall Posted April 8, 2008 Share Posted April 8, 2008 I'd like to run a script when a checkbox is checked. Possible? thanks, Quote Link to comment Share on other sites More sharing options...
doughemi Posted April 8, 2008 Share Posted April 8, 2008 This is only possible with a plug-in. Others on this forum have mentioned ZippScript, and I have had good success with MyFMButler DoScript. Both are free. --Doug Quote Link to comment Share on other sites More sharing options...
HBMarlowe Posted April 8, 2008 Share Posted April 8, 2008 I'd like to run a script when a checkbox is checked. Possible? thanks, This technique does not require a plug-in: Designate the field behavior to not enter in browse mode. Place a rectangle, no fill, no line over the checkbox. Give it button status, running a script that checks the box, and if it is checked runs your desired script. Your script will need a branch that un-checks the box, then exits, if the box is already checked. Quote Link to comment Share on other sites More sharing options...
dcgall Posted April 10, 2008 Author Share Posted April 10, 2008 Thanks to all. I've installed an Event Plugin and also like the non-plugin route. My problem now is that I'm using this technique on a portal and my problem is that when I run any script, the active record appears to be the last record in the portal. I'm sure there's a simple way to determine the record selected. Any hints? thanks, Quote Link to comment Share on other sites More sharing options...
dcgall Posted April 10, 2008 Author Share Posted April 10, 2008 I answered by own question. GOTO RELATED RECORD. thanks, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.