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
MBS(
"SyntaxColoring.DontOpenManageDatabaseDialogWithRelations.SetEnabled"; /* Sets whether we avoid opening manage database dialog with relationships. */
$Value) /* The new setting.e.g. 1 */
Less
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
Blog Entries
This function is free to use.
Created 28th July 2021, last changed 28th July 2021
SyntaxColoring.DontOpenManageDatabaseDialogWithRelations.GetEnabled
-
SyntaxColoring.Enable