sboisvert Posted February 15, 2011 Posted February 15, 2011 Hi~ I am looking to see if there is a way, I am assuming using a script trigger, to have the color of a Tab change based on a radio button selection? For example the Tabs would be "Print" , "Ad", and "Digital". If a person selected "Print" from a radio button in a field outside the Tab area, it would make the "Print" Tab color turn Red and the text inside white. Any help would be greatly appreciated! Thanks All!!
bcooney Posted February 15, 2011 Posted February 15, 2011 It wouldn't involve a trigger, if anything it could be done with conditional formatting and container calcs fields. Tab fills are not accessible to conditional formatting, so you could add a container whose fill color changes based on the value in another field. However, I'm not sure your data model is the best it could be. Seems like you have a parent that has a type, "Print", "Ad" or "Digital." (It would be best to have those choices in a table and simply store their keyID in your parent record. It'll allow for more accurate Finds, and easier addition of new types.) Now, given the type, you'd like to complete a set of fields. For Print, there's one set, for "Ad" another, etc. So, this is a subtype model. Depending on how many fields are specific to each type, they may be in a separate table from the parent. Alternately, I've seen the use of invisible tabs. That is, when the user selects a type, a script trigger navs to a named tab panel object, and displays the corresponding fields. They don't see the three tabs at all. However, this does start putting you in a box (because if you eventually have many subtypes, you're hard-coding tab panels). hth, Barbara
sboisvert Posted February 15, 2011 Author Posted February 15, 2011 Thanks Barbara! The coloring is really only needed as an identifying when viewing the record. Could a script trigging using a Layout Attribute be the answer to that?
Recommended Posts
This topic is 5368 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