Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.DontOpenManageDatabaseDialogWithRelations.SetEnabled
Sets whether we avoid opening manage database dialog with relationships.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 11.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.DontOpenManageDatabaseDialogWithRelations.SetEnabled"; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Value | The new setting. | 1 |
Result
Returns OK or error.
Description
Sets whether we avoid opening manage database dialog with relationships.If you have a huge solution, showing the relationship graph may take a couple of seconds.
FileMaker remembers which tab in that dialog has been selected, so it opens again in the same tab. When this feature is enabled, the plugin will watch the database design dialog. If the dialog closes with relationships tab selected, we switch to table list and close the dialog.
This way you don't need to wait next time the dialog opens for relationship graph to render.
Examples
Enable it:
MBS( "SyntaxColoring.DontOpenManageDatabaseDialogWithRelations.SetEnabled"; 1 )
Disable it:
MBS( "SyntaxColoring.DontOpenManageDatabaseDialogWithRelations.SetEnabled"; 0 )
See also
Release notes
- Version 11.4
Blog Entries
- New in MBS FileMaker Plugin 11.4
- Neues MBS FileMaker Plugin 11.4
- MBS FileMaker Plugin 11.4 - More than 6500 Functions In One Plugin
- MBS FileMaker Plugin, version 11.4pr1
This function is free to use.
Created 28th July 2021, last changed 28th July 2021
SyntaxColoring.DontOpenManageDatabaseDialogWithRelations.GetEnabled - SyntaxColoring.Enable