SeedCodeComplete2

How It Works

So with such a simple relationship between the calendar and the events table, how exactly does this work?

Check out the following chart...

1. When the calendar draws, scripts find the relevant day/week/month records and loop through those, writing them to a global variable. While this sounds slow, it is crazy fast; this is the kind of thing FileMaker is best at. More scripts then look at this variable and make a couple more variables out of it so it is easier for other scripts read: variables like $$sc_ArrayContent.
2. The calendar layout then shows portal rows from the CalendarRows table to draw the day/week/month grid.
3. Finally, calcs in the CalendarRows table look at our global variables for any events on that day and display the relevant content.

The idea here is that no matter how many "cells" we have to draw, the calendar only fetches data from FileMaker Server once, making this much faster than calendars based on multiple portals or filtered portals.

(855) SEEDCODE
[email protected]
Follow us: