The Complex Controls comprise DayCalendar(), GanttChart() and ImageFlow() among others.
Relationship Structures
The Complex Controls work like portals, in that they use a relationship from the layout context through to the records to be displayed. There are, however, some limitations in the relationship:
You can:
Using the controls in a Multi-User environment
zMODid is a special calculation field that is needed by GanttChart and DayCalendar to detect when records have been modified by another user. You need to set it up as a numeric calc field in the related table. It is best for Reactor if it is an unstored calculation, defined as:
Get ( RecordModificationCount )
If you want to make it a stored calc, use one of the following:
for GanttChart:
and for DayCalendar:
Renaming Field Names is to be avoided.
When you pass field names within quotes, you must be wary of renaming fields, since the functions will no longer work unless you also change the parameters. As noted in the Basics section, if you are using FileMaker 10 or later, it may be prudent to use the GetFieldName() function.
Comments