Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ProgressDialog.Hide
Hides the progress dialog.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ProgressDialog | 2.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "ProgressDialog.Hide" )
Parameters
none
Result
Returns "OK" on success.
Description
Hides the progress dialog.You may want to call ProgressDialog.Reset before reusing the progress dialog.
Or later call ProgressDialog.Show again to show progress dialog with same settings.
Resets parent and enables parent window to make sure it is not disabled.
This may run asynchronously, so you may do a script pause after it, so we have time to close the dialog.
Examples
Show the progress dialog:
MBS( "ProgressDialog.Show" )
Hide the progress dialog:
MBS( "ProgressDialog.Hide" )
See also
- Dialog.Reset
- FM.CompareTables
- FM.SetSQLBatchMode
- ImageCapture.RequestScan
- ImageCapture.SetParameter
- ProgressDialog.Reset
- Progressdialog.SetEvaluate
- ProgressDialog.Show
- ProgressDialog.Update
- XML.Import
Example Databases
- CURL/Batch Download
- CURL/Email/Email Client
- CURL/FTP/CURL FTP Upload
- DynaPDF/Scan with WIA to PDF
- Mac and iOS/Addressbook/Addressbook
- Mac only/MetaDataQuery/Search Applications
- SmartCard/Belgian EID Reader
- WebViewer/WebViewer Download Delegate for Mac
- Win Only/WIA Scan
- Window/Progress Dialog
Blog Entries
- MBS Plugin Advent calendar: 14 - Progress Dialog
- PhotoPicker for iOS with FileMaker iOS SDK
- ImageCapture functions for Mac OS X
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 29th November 2022