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

Using fields as the names for tabs?


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

Recommended Posts

Posted

Hi there,

I'm building a task management database, and have hit a problem with using tabs on the layout.

What I want is to have seven tabs, showing the upcoming seven days, letting the user flick between them and see what tasks lie ahead for them. I'd like to have the names of the days on the tabs themselves, but this needs to change dynamically. So on Monday the first tab says Tuesday, next one says Wednesday. On Thursday the first tab would say Friday, second Saturday etc.

The problem is that using Filemaker 8s built in tabs layout tool thingy, it seems that the tabs can only have basic text names. Is there any way around this?

The only way I can think of getting round the problem is to have a discrete layout for each day of the week (e.g. if it's Monday, go to the Monday layout, which has tabs starting on Tuesday) but this looks like a lot of work and duplication for something that I thought would be pretty simple.

Any ideas?

Thanks!

Stuart

Posted

Whay about "some spaces" names ?

And a repeating unstored calculation field over every tabs ?

DayName ( Get ( CurrentDate ) + Get ( CalculationRepetitionNumber ) )

  • Newbies
Posted

I revised the field settings so that the fields update automatically. I also made it so that the fields do not store the results, they are calculated as needed (this keeps them from being "global" fields). I've also made it so that the font color changes - depending on which tab is selected.

DayTabs_revised.zip

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