February 14, 201313 yr I need to make a script that will fill a container field with an image but to make the container field clear again when I click on the container field again. The image toggles when clicked.. How can this be done the best way? Thank you
February 15, 201313 yr Author I have no understanding of those .. I want to click on the field and get an image in the field, I want to click again on the fleld and get it cleared. That is all I posted a container field that i would like to click on with a picture in it. I want it to repeatedly do the toggling. container burtton.fmp12.zip
February 15, 201313 yr check if this file helps ( create a new record first). container burtton 1.zip
February 15, 201313 yr Author Thats perfect. Now one other thing... Is it possible in some way to lock it when I need to. I want to be able to toggle the picture but when it is the way I want the record to somehow lock it from editing Or TOGGLing any more?
February 17, 201313 yr You could add a global field which when checked will active the script. Another alternative, which i would prefer would be to make your script active only if a modifier key is held down when toggling.
February 18, 201313 yr We can display a checkbox, which will set a flag field, and exit script if the flag field is set. check attached file. container burtton 2.zip
Create an account or sign in to comment