Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Performs a data design report automatically.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FM | 5.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
(old name: FM.RunDataDesignReport)
Parameter | Description | Example | Flags |
---|---|---|---|
UseXML | Pass 1 to use XML or 0 to use HTML for the report. | 1 | |
Path | The path where to save for MacOS. If you don't specify a path, the last one used in the dialogs will be used. No longer used on MacOS Mojave/Catalina due to raised security by Apple which prevents us changing the dialog. |
"/tmp" | Optional |
OpenWhenDone | Whether to open file when done. Pass 1 to open file after creating DDR or 0 to not open. Default is 0. |
0 | Optional |
FileNames | Available in MBS FileMaker Plugin 9.4 or newer. The list of filenames to set checkmarks for. Names must match exactly to be checked. MacOS only. |
"test.fmp12¶other.fmp12" | Optional |
Returns OK or error.
Make a XML report to temp folder on Mac:
Set Variable [$r; Value:MBS( "FM.RunDatabaseDesignReport"; 1; "/tmp" )]
Export to desktop:
Set Variable [$r; Value:MBS( "FM.RunDatabaseDesignReport"; 1; "/Users/cs/Desktop" )]
// please change path!
This function checks for a license.
Created 15th November 2014, last changed 8th February 2023