CarlosB Posted April 6, 2007 Posted April 6, 2007 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? =/
sbg2 Posted April 6, 2007 Posted April 6, 2007 Does this work for you: Case(capitao = "Yes"; TextColor ( jogador ; RGB ( 100 ; 0 ;0 )); TextColor ( jogador ; RGB ( 0 ; 0 ;0 ) ))
Lee Smith Posted April 6, 2007 Posted April 6, 2007 Hi Carlos, If the field is "Yes", your calculation will not work with it "True" Lee
CarlosB Posted April 6, 2007 Author Posted April 6, 2007 Thanks for your response Lee. Sorry, i meant to write true. I tried to do as sbg2 said, but it didn't work. =/
Raybaudi Posted April 6, 2007 Posted April 6, 2007 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..."
CarlosB Posted April 6, 2007 Author Posted April 6, 2007 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?
sbg2 Posted April 6, 2007 Posted April 6, 2007 Example of color change attached. user = Admin, no password. Captain.zip
CarlosB Posted April 6, 2007 Author Posted April 6, 2007 eheh it worked now! Thanks a lot for your help, I really appreciate it!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now