Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have a button that performs a Send Event function. I only want this function to be available if a txt_complete field has a value of "Complete"

Is there a way to have the button be inactive or greyed out unless the value of the field is like above?

This would be similar to the way many websites disable a "Continue" button unless you check a "Accept agreement" box.

Thanks for any help

Posted

I have a button that performs a Send Event function. I only want this function to be available if a txt_complete field has a value of "Complete"

Is there a way to have the button be inactive or greyed out unless the value of the field is like above?

This would be similar to the way many websites disable a "Continue" button unless you check a "Accept agreement" box.

Thanks for any help

Posted

I have a button that performs a Send Event function. I only want this function to be available if a txt_complete field has a value of "Complete"

Is there a way to have the button be inactive or greyed out unless the value of the field is like above?

This would be similar to the way many websites disable a "Continue" button unless you check a "Accept agreement" box.

Thanks for any help

Posted

Deego:

In the script attached to the button, you can verify if the text box has the right value, and either continue or exit your script.

-Stanley

Posted

Deego:

In the script attached to the button, you can verify if the text box has the right value, and either continue or exit your script.

-Stanley

Posted

Deego:

In the script attached to the button, you can verify if the text box has the right value, and either continue or exit your script.

-Stanley

Posted

Also, you can use a calculation field to set the color of its own text (black vs. grey) depending on the values of other fields. That calc field can be part of a button with a script that checks the same field value the calc uses. This way, you can have a visible button which is greyed out and doesn't do anything, or is full black and does what it purports to, depending on whatever criteria you want.

Posted

Also, you can use a calculation field to set the color of its own text (black vs. grey) depending on the values of other fields. That calc field can be part of a button with a script that checks the same field value the calc uses. This way, you can have a visible button which is greyed out and doesn't do anything, or is full black and does what it purports to, depending on whatever criteria you want.

Posted

Also, you can use a calculation field to set the color of its own text (black vs. grey) depending on the values of other fields. That calc field can be part of a button with a script that checks the same field value the calc uses. This way, you can have a visible button which is greyed out and doesn't do anything, or is full black and does what it purports to, depending on whatever criteria you want.

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