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

Change Color of Text in Drop Down


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

Recommended Posts

Posted

I have a layout that displays a drop down pulling values from another table. On the layout, when a paritcular item is chosen, I want it's text to change color. Any ideas?

Posted

Windows problem.

Your computer made the file a Read Only when you downloaded it.

Go to the finder level (or whatever it is called), and change the file to Read and Write.

HTH

Lee

Posted

I finally got it to work. Thank you for your help.

Case( RequestReason = "Safety"; TextColor ( RequestReason ; RGB ( 255 ; 0 ; 0 )) ;

RequestReason = "Productivity"; TextColor ( RequestReason ; RGB ( 0 ; 200 ; 0 )) ;

RequestReason = "Other"; TextColor ( RequestReason ; RGB ( 0 ; 0 ; 255 )))

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