Hoggy Posted December 15, 2006 Posted December 15, 2006 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
Raybaudi Posted December 15, 2006 Posted December 15, 2006 Whay about "some spaces" names ? And a repeating unstored calculation field over every tabs ? DayName ( Get ( CurrentDate ) + Get ( CalculationRepetitionNumber ) )
Newbies Master Chief Posted December 15, 2006 Newbies Posted December 15, 2006 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
Hoggy Posted December 19, 2006 Author Posted December 19, 2006 Exactly what I was looking for. Genius. Thank you!
Newbies Master Chief Posted December 21, 2006 Newbies Posted December 21, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now