Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
FileDialog.SetAllowMulti
Sets whether multiple selection is allowed.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FileDialog | 2.7 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "FileDialog.SetAllowMulti"; value ) More
Parameters
Parameter | Description | Example |
---|---|---|
value | Whether to allow multiple selection. Set to 0 to disallow and 1 to allow. | 1 |
Result
Returns OK.
Description
Sets whether multiple selection is allowed.Default is disallowed (0).
Selecting folder may not allow multiple selection.
But selection files or items may do.
Examples
Allow multi file selection:
Set Variable [$r; Value:MBS("FileDialog.SetAllowMulti"; 1)]
See also
- FileDialog.GetAllowMulti
- FileDialog.OpenFileDialog
- FileDialog.SaveFileDialog
- FileDialog.SelectFolderDialog
- FileDialog.SelectItemDialog
Example Databases
- CURL/Amazon S3/Amazon S3 Upload File
- CURL/Email/IMAP Email
- DynaPDF/Merge PDFs
- DynaPDF/PDF Library
- Files/FileDialog
- Mac and iOS/Machine Learning/Core ML Photos
- PDF Viewer
- Win Only/Windows Player
- Zip/Show Zip File Content
Blog Entries
FileMaker Magazin
This function is free to use.
Created 18th August 2014, last changed 18th October 2016
FileDialog.SelectItemDialog - FileDialog.SetAllowsOtherFileTypes