Jump to content

finding a selected radio button in a value list


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

Recommended Posts

I have a value list which is red, blue, green, yellow as the values.

I have them in my layout as bullet boxes. When I try to make a script to find those that are selected as "RED" it doesn't find anything.

How does one do a find for a bullet button value?

Thanks

Dave

Link to comment
Share on other sites

no it is an indexed text field. In the script I copy "red" from another field and then try to paste it into that field during find mode. That is probably the problem. I just don't know if you can paste a value into a value list when they are radio buttons and then do a find.

Link to comment
Share on other sites

no it is an indexed text field. In the script I copy "red" from another field and then try to paste it into that field during find mode. That is probably the problem. I just don't know if you can paste a value into a value list when they are radio buttons and then do a find.

Rather than use paste try using the SetField script step, it's much better practice to use SetField. Main reason being the field does not have to be on the same layout for it to work.

See Attached

Michael

Test_Find_Radio.zip

Link to comment
Share on other sites

This topic is 5980 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.