December 15, 200619 yr 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
December 15, 200619 yr Whay about "some spaces" names ? And a repeating unstored calculation field over every tabs ? DayName ( Get ( CurrentDate ) + Get ( CalculationRepetitionNumber ) )
December 15, 200619 yr Newbies Hope this works for your needs. Just created 7 global fields with a calculation for each day. Created a grouping of the fields and overlayed it on top of each tab. DayTabs.zip
December 21, 200619 yr Newbies 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
Create an account or sign in to comment