Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
SyntaxColoring.SetShowFieldAndTableIDs
Set whether to show field and table IDs.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
SyntaxColoring
|
7.4 |
✅ Yes
|
❌ No
|
❌ No
|
❌ No
|
❌ No
|
MBS( "SyntaxColoring.SetShowFieldAndTableIDs"; Value )
More
MBS(
"SyntaxColoring.SetShowFieldAndTableIDs"; /* Set whether to show field and table IDs. */
$Value) /* The new setting.
Pass 1 to enable or 0 to disable.e.g. 1 */
Less
Parameters
Parameter |
Description |
Example |
Value |
The new setting.
Pass 1 to enable or 0 to disable. |
1 |
Result
Returns OK or error.
Description
Set whether to show field and table IDs.
Our plugin can optionally show checkboxes for field and table IDs in database design dialog.
You can check them to show a column with IDs. As querying IDs can take a while, we make those checkboxes and have them off by default.
If IDs can not be found, we show a question mark.
If between two IDs one is missing, we add a star.
Please report sample databases which do not show them so we can fix issues.
This setting can be set via the preferences dialog, too.
The check box is hidden, if the initial gathering of table names via SQL fails, e.g. due to a permission error.
See also
Release notes
Blog Entries
Created 20th September 2017, last changed 7th October 2020
SyntaxColoring.SetScriptSearchColor
-
SyntaxColoring.SetShowLayoutIDs
Feedback: Report problem or ask question.