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
FileDialog.SetAllowMulti
Sets whether multiple selection is allowed.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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 Upload File
- CURL/Email/IMAP Email
- DynaPDF/Merge PDFs
- DynaPDF/PDF Library
- Files/FileDialog
- Mac and iOS/Machine Learning/Core ML Photos
- Win Only/Windows Player
- Zip/Show Zip File Content
FileMaker Magazin
Created 18th August 2014, last changed 18th October 2016
FileDialog.SelectItemDialog - FileDialog.SetAllowsOtherFileTypes
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos