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

Triggers and events, automatically checking a check box


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

Recommended Posts

HI and welcome to this forum!

This is a bit weird in filemaker context, it has hardly anything to do with triggers.

You have a choise of ways to represent data, be it entered data or the result of a calc'field. You can have a calc field that check two or more boxes, the only thing required is that each value is separated by a pilcrow...

http://en.wikipedia.org/wiki/Pilcrow

...and the fields return type is text!

However isn't there anything trigger'ish in filemaker despite 3rd party tools - known as plugins.

--sd

Link to comment
Share on other sites

In other words... go to the field's options and under Auto-Enter choose Calculate Value.

You weren't specific about what you wanted.

If you want the checkbox checked when any value is chosen:

not IsEmpty( drop down )




If you want it checked for a specific value: 


drop down = "Check it!"

The checkbox should be formatted with a value list where the values are simply:

1

Link to comment
Share on other sites

Well, an auto-entered calculation (with replacing) is 'triggered' by modifying a referenced field.

Well it is to some extend, but event triggers is rather this:

http://www.digitalpropulsion.org/Programming/Triggers_in_MySQL_5_0

--sd

Link to comment
Share on other sites

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