Newbies pepagu Posted September 17, 2001 Newbies Posted September 17, 2001 Hello, All! I have a field which has a pop up list, that contains 3 items: AB CA GA I want the field background color to change according to each item, whenever I choose it. Is this possible? Should I make a script? Tks!
Kurt Knippel Posted September 17, 2001 Posted September 17, 2001 You would implement a couple of different fields. One to store your value (which you already have), a set of fields (or a repeating field) to store your possible colors, and finally a calculated field whose result is on of the color fields depending upon the value in your picklist. To recap: PicklistField gColors cBackgroundColor
Recommended Posts
This topic is 8539 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