Troubleshooting layouts designed for both Windows and OS X
Note If FileMaker Pro cannot find a similar font to substitute, it relies on Windows or OS X to determine what font should be substituted.Check the alignment of the field labels and their associated fields — they should both be aligned in the same direction. If you put a left-aligned label over a column of right-aligned numbers, for example, the report might look fine on your computer. But font substitution could cause field labels to shift when the file is opened on another computer. For more information, see Specifying paragraph attributes and tab settings.To combine text and field data (such as to place a field in the middle of a sentence), don’t use separate text objects and field objects. Instead, combine the text and fields into a single merge field. For more information, see Placing merge fields on a layout.Use only the colors available in the System Subset palette or the Web palette. These colors are virtually identical across platforms. Any other colors that you use may not look the same on both Windows and OS X. For information on specifying the palette that appears, see Setting layout preferences.
• Create separate scripts for printing in Windows and OS X. First, open the file on your Windows computer and create the script for printing from Windows. Then, move the database file to your OS X computer and create the script for printing from OS X. You can even create a third script using the Get(SystemPlatform) function that will print using the correct script on each operating system:
• Do not use the Perform without dialog option for the Print and Print Setup script steps. This allows users to change the print options when they run the script to print.