

The Data Migration Tool detects whether the cloned file has been opened and won’t work in this situation: a true clone is a file that has been saved as a clone but has never been opened by FileMaker Pro or FileMaker Pro Advanced.

Unfortunately you’re not able to use the Data Migration Tool to assist with this process.Ĭurrently the locale settings from the source file are migrated to the cloned file when using the Data Migration Tool which means you can’t use the Data Migration Tool to quickly migrate all data to a cloned copy which you have opened to set the default locale settings.

You can also use the JSONGetElement function to target particular JSON keys, including the Misc.Active key which indicates whether the active locale for the current user is the system’s locale (true) or the file’s locale (false): You can see the JSON object that is returned by using the Data Viewer to add these under the Watch tab. Using these 2 functions you can now compare the system locale settings with the current file locale settings to see if they are different. Get(FileLocaleElements) – returns a JSON object with information about the current file’s locale. Get(SystemLocaleElements) – returns a JSON object with information about the client system’s locale.
FILEMAKER PRO 17 PHONE NUMBER FORMAT UPDATE
The recently released FileMaker Pro 19.1.2 Update included 2 new Get functions which return information about the operating system’s locale and the current file’s locale: However you can still encounter issues when the file locale settings are different to the system locale settings as described above, most often when importing or exporting data and not having the correct source format set etc.Ĭlaris have recently provided a programatic way to determine the locale settings for a file so you can be more proactive about identifying if there is a difference between the file’s locale settings and your macOS/Windows system settings. Developers could also use the Set Use System Formats script step in their startup script to enable this option. This was a welcome change and solved most of the issues as far as displaying and entering dates, times and numbers. The default for this setting was changed to “Always use current system settings” with the release of the FileMaker Pro 8.0v2 update back in December 2005 – previous it was set to “Ask whenever settings are different”.
