Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

MBS FileMaker Plugin Example Databases

Launch

All examples are included with download of MBS FileMaker Plugin.

Launch.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts0
Value Lists0
Custom Functions0
Custom Menus33
File Options
Default custom menu set[Standard FileMaker Menus]
When opening file
Minimum allowed version12.0
Login usingAccount Name; Account= Admin
Allow user to save passwordOff
Require iOS passcodeOff
Switch to layoutOff
Hide all toolbarsOff
Script triggers
OnFirstWindowOpenOff
OnLastWindowCloseOff
OnWindowOpenOff
OnWindowCloseOff
OnFileAVPlayerChangeOff
Thumbnail Settings
Generate ThumbnailsOn; Temporary

 

Tables

Table Name
Statistics
Occurrences in Relationship Graph
Launch
3 fields defined, 1 record
Launch

Fields

Table Name: Launch - 3 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
AppPathNormal, TextAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: German
        DocPathNormal, TextAuto-Enter:
        • Allow editing
        Validation:
        • Only during data entry
        Storage:
        • Repetitions: 1
        • Indexing: None
        • Automatically create indexes as needed
        • Index Language: German
              ResultNormal, TextAuto-Enter:
              • Allow editing
              Validation:
              • Only during data entry
              Storage:
              • Repetitions: 1
              • Indexing: None
              • Automatically create indexes as needed
              • Index Language: German

                    Layout Objects: Launch

                    Regular Fields

                    Field Name: Launch::AppPath
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 24 pt
                    • Left: 138 pt
                    • Bottom: 38 pt
                    • Right: 391 pt
                    • Anchoring: Left, Top
                    Field Format:
                    • Edit Box
                    Field Behavior:
                    • Allow field to be entered: In Find mode, In Browse mode
                    • Touch keyboard type: System Default
                    • Go to next field using: Tab key
                    Yes

                    Field Name: Launch::DocPath
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 42 pt
                    • Left: 138 pt
                    • Bottom: 56 pt
                    • Right: 391 pt
                    • Anchoring: Left, Top
                    Field Format:
                    • Edit Box
                    Field Behavior:
                    • Allow field to be entered: In Find mode, In Browse mode
                    • Touch keyboard type: System Default
                    • Go to next field using: Tab key
                    Yes

                    Field Name: Launch::Result
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 60 pt
                    • Left: 138 pt
                    • Bottom: 74 pt
                    • Right: 391 pt
                    • Anchoring: Left, Top
                    Field Format:
                    • Edit Box
                    Field Behavior:
                    • Allow field to be entered: In Find mode, In Browse mode
                    • Touch keyboard type: System Default
                    • Go to next field using: Tab key
                    Yes

                    Group Buttons

                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: Launch Application
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 30 pt
                    • Left: 420 pt
                    • Bottom: 55 pt
                    • Right: 553 pt
                    • Anchoring: Left, Top
                    Set Field [ Launch::Result; MBS("Files.Launch"; Launch::AppPath) ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: Launch Document
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 66 pt
                    • Left: 420 pt
                    • Bottom: 91 pt
                    • Right: 553 pt
                    • Anchoring: Left, Top
                    Set Field [ Launch::Result; MBS("Files.LaunchFile"; Launch::DocPath) ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: Launch Document in Application
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 102 pt
                    • Left: 422 pt
                    • Bottom: 127 pt
                    • Right: 617 pt
                    • Anchoring: Left, Top
                    Set Field [ Launch::Result; MBS("Files.Launch"; Launch::AppPath; Launch::DocPath) ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: Reveal Application
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 138 pt
                    • Left: 422 pt
                    • Bottom: 163 pt
                    • Right: 617 pt
                    • Anchoring: Left, Top
                    Set Field [ Launch::Result; MBS("Files.RevealFile"; Launch::AppPath) ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: Reveal Document
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 174 pt
                    • Left: 422 pt
                    • Bottom: 199 pt
                    • Right: 617 pt
                    • Anchoring: Left, Top
                    Set Field [ Launch::Result; MBS("Files.RevealFile"; Launch::DocPath) ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: Trace
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 222 pt
                    • Left: 420 pt
                    • Bottom: 247 pt
                    • Right: 541 pt
                    • Anchoring: Left, Top
                    Set Field [ Launch::Result; MBS("Trace") ]

                    Fields:


                    Download example: Launch

                    Used functions: