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.SetCancel
Sets the cancel state.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ProgressDialog | 2.4 | Yes | Yes | No | No | No |
MBS( "ProgressDialog.SetCancel"; Flag ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Flag | the new cancel state. | 1 |
Result
Returns "OK" on success.
Description
Sets the cancel state.You can query in your loop whether user clicked cancel so you can exit your loop.
If your script does not make a pause or a long running plugin functions runs, there may be no reaction on the cancel button.
Examples
Set cancel state
MBS( "ProgressDialog.SetCancel"; 1 )
Reset Cancel state:
MBS( "ProgressDialog.SetCancel"; 0 )
See also
- ProgressDialog.GetCancel
- ProgressDialog.GetTitle
- ProgressDialog.SetFont
- ProgressDialog.SetImage
- ProgressDialog.SetProgress
- Progressdialog.SetScript
- ProgressDialog.SetTitle
- ProgressDialog.SetTopMost
- ProgressDialog.SetTopText
- ProgressDialog.Show
Example Databases
- CURL/CURL Download in Background
- CURL/CURL Download with Progress
- CURL/FTP/CURL FTP Upload from file with Progress
- CURL/FTP/CURL FTP Upload with Progress
- Mac only/MetaDataQuery/Search Applications
Created 18th August 2014, last changed 3th April 2016
ProgressDialog.SetButtonCaption - ProgressDialog.SetFont
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins