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

Automatic de-selection


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

Recommended Posts

Posted

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?

Posted

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.

Posted

I'm sorry, this doesn't seem to work.

The idea is:

field1 = 1,2,3,4... (each checked or unchecked)

By clicking a button I want to deselect all 3's.

Posted

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.

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