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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ProgressDialog.SetButtonCaption
Sets the cancel button text.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ProgressDialog | 2.4 | Yes | Yes | No | No | No |
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 Upload File
- CURL/CURL Download in Background
- CURL/Email/Batch Emailer
- JSON/JSON Import
- Mac and iOS/Addressbook/Addressbook
- Mac and iOS/AVExport
- Mac only/MetaDataQuery/Search Applications
- Utility functions/MouseCursors
- WebViewer/WebKit 1.x macOS only/WebViewer Download Delegate for Mac with Custom Webviewer
- WebViewer/WebKit 1.x macOS only/WebViewer Download Delegate for Mac
Blog Entries
FileMaker Magazin
Created 18th August 2014, last changed 18th August 2014
ProgressDialog.SetBottomText - ProgressDialog.SetCancel
Feedback: Report problem or ask question.
Links
MBS Xojo blog