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
FM.Argument
Query an argument passed to FileMaker from command line.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| FM | 5.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "FM.Argument"; index ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| index | The index of the argument to retrieve. From 0 to FM.ArgumentCount-1. | 0 |
Result
Returns text or error.
Description
Query an argument passed to FileMaker from command line.You can pass arguments to FileMaker when launching it from command line. Or on Windows pass them from a link to FileMaker on desktop or in the start menu. This way you can query argument from your scripts and react on them, e.g. decide to set more buttons visible for a debug or advanced mode.
The arguments can include on Windows file path to a database which was opened to launch FileMaker.
See also
Example Databases
Blog Entries
Created 1st March 2015, last changed 1st March 2015
FM.AllowFileDragDrop - FM.ArgumentCount
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins