Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Automatic de-selection


VAB

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

Recommended Posts

Thanks to the help from the forum, I was able to write a script that can automatically check values for multiple records in a checkbox set. See:

http://www.fmforums.com/forum/showtopic.php?tid/199116

Now I'd like to know if it's possible to do the same for unchecking values.

Anyone?

Link to comment
Share on other sites

To unckeck values, you remove the value form the string (instead of adding it).

This could be done with the Substitute function, but if you have FMP Advanced there is probably a custom function that will do the same thing only more easily.

Link to comment
Share on other sites

Multiple values in a checkbox field are always separated by carriage returns, not commas or anything else. (You may have written the commas only for display, but it's misleading.)

The ideas posted will work.

Link to comment
Share on other sites

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