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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

DialogModifications.Set

Adds an entry to the replacements list.

Component Version macOS Windows Linux Server iOS SDK
DialogModifications 4.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
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.

Examples

Replaces a text:

MBS("DialogModifications.Set"; "Wollen Sie den GESAMTEN Datensatz löschen?"; "Wollen Sie den Kontakt löschen?")

See also

Blog Entries

Created 18th August 2014, last changed 10th September 2014


DialogModifications.Install - DialogModifications.Uninstall

Feedback: Report problem or ask question.