July 22, 201114 yr I have Radio Buttons that I would like to disable or audit if a particular event has happened. If the fields were Checkbox Sets or a regular Edit Box, I could set a Script Trigger to run a Script OnObjectEnter. But it seems that if I attach a Script Trigger to a field with a Radio Button Set, and the user clicks directly on one of the options, the data changes to their new selection, and then the script runs -- so I can't capture what the original data was. How might I disable or audit fields with Radio Button Sets -- based on an if particular event has happened?
July 23, 201114 yr ...so I can't capture what the original data was. You could use the Script Parameter, like this... TriggerARadio.zip
July 23, 201114 yr See also: http://fmforums.com/forum/topic/79182-script-triggers-not-telling-me-if-a-field-really-was-modified/page__p__369327
Create an account or sign in to comment