PBHolt Posted August 14, 2006 Posted August 14, 2006 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?
Lee Smith Posted August 14, 2006 Posted August 14, 2006 Fairly easy, if you mean something like this: Notice the Auto Enter, and the Unselected Replace existing values. HTH Lee DropDownColorCh.fp7.zip
PBHolt Posted August 15, 2006 Author Posted August 15, 2006 Thank you for the response. When I go to open the database you sent, I get the following error: (see attachment)
Lee Smith Posted August 15, 2006 Posted August 15, 2006 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
PBHolt Posted August 16, 2006 Author Posted August 16, 2006 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 )))
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now