Jump to content

Attach/run a script based on what is chosen via radio buttons


skingjack2

This topic is 2821 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello,

This is likely a very easy remedy to this but it escapes me at this time.

I have a value list configured as a radio button selection- has two choices - either "no issues" (default value) or "issues". What I'm looking to setup is a

script that would open up a popover if the user selects the "issues" radio button. Any quick thoughts?

Jack

Link to comment
Share on other sites

5 hours ago, skingjack2 said:

script that would open up a popover

Are You using a newer version of FileMaker? Popovers didn’t appear until FileMaker Pro 13. If so, Please update your profile to reflect your current version of FileMaker, OS and  Platform.

Link to comment
Share on other sites

Easiest would be to use an OnObjectModify script trigger.  Grab the value in a variable, if needed, then open the popover.  On the radio button field add this auto enter calculation (uncheck) 'Replace existing..." with Raybaudi's:

GetValue ( Self ; ValueCount ( Self  ) )

This will prevent a user from shift+clicking to select both radio buttons.

Link to comment
Share on other sites

This topic is 2821 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.