Jump to content
Server Maintenance This Week. ×

Changing Tab Color Based on Field Entry


sboisvert

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

Recommended Posts

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!!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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