Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DialogModifications.Set
Adds an entry to the replacements list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DialogModifications | 4.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "DialogModifications.Set"; Key; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Key | The item to look for. Text must match exactly. | "Sichern" |
Value | The new text to use. | "Daten sichern" |
Result
Returns OK.
Description
Adds an entry to the replacements list.See also DialogModifications.Clear.
Be aware that match is exactly byte per byte, so different variants of quotes like " and ” or “ can make a big difference.
Also you may need to provide several variants of text to cover all variants in different FileMaker localizations or versions.
Added iOS support for MBS Plugin in version 12.2.
Examples
Replaces a text:
MBS("DialogModifications.Set"; "Wollen Sie den GESAMTEN Datensatz löschen?"; "Wollen Sie den Kontakt löschen?")
See also
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 20th April 2022