Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ProgressDialog.SetButtonCaption
Sets the cancel button text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ProgressDialog | 2.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "ProgressDialog.SetButtonCaption"; text ) More
Parameters
Parameter | Description | Example |
---|---|---|
text | The new button text. | "Annuler" |
Result
Returns "OK" on success.
Description
Sets the cancel button text.Default is "Cancel" if you don't call this method. If your solution supports multiple languages, it may be worth putting those texts into an extra table and picking the right text at runtime.
Examples
Set button text for Germany:
MBS( "ProgressDialog.SetButtonCaption"; "Abbrechen" )
See also
- Dialog.SetButton
- FM.CompareTables
- ImageCapture.RequestScan
- ImageCapture.SetParameter
- JSON.Import
- ProgressDialog.GetButtonCaption
- ProgressDialog.SetBottomText
- ProgressDialog.Update
- XML.Import
Example Databases
- CURL/Amazon S3/Amazon S3 Upload File
- CURL/Batch Download
- CURL/CURL Download in Background
- CURL/Email/Batch Emailer
- JSON/JSON Import
- Mac and iOS/Addressbook/Addressbook
- Mac only/ImageCapture/ImageCapture
- Mac only/MetaDataQuery/Search Applications
- Window/Progress Dialog
- XML/XML Import
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 15th October 2022