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 6502 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I need to change the color of a field called "player" case a field called "captain" is Yes. In the "player" field i'm using this calculation:

Case(capitao = "true"; TextColor ( jogador ; RGB ( 100 ; 0 ;0 ) ))

I guess something is wrong..can anybody help me? =/

Posted

Does this work for you:

Case(capitao = "Yes"; TextColor ( jogador ; RGB ( 100 ; 0 ;0 )); TextColor ( jogador ; RGB ( 0 ; 0 ;0 ) ))

Posted

Hi Carlos,

If the field is "Yes", your calculation will not work with it "True"

Lee

Posted

If the field "player" is a text field with the option of AutoEnter a value based on that calculation, be sure to uncheck the box; " Don't Replace..."

Posted

I unchecked the box, but it still doesn't change the color. What i want to do is make some difference between the capitan and the other players, i can try something else, like bold or something (since changing the color isn't working). Does anybody know how I can do this?

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