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

MBS FileMaker Plugin Example Databases

MapKit iOS

All examples are included with download of MBS FileMaker Plugin.

MapKit iOS.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts4
Value Lists0
Custom Functions0
Custom Menus24
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
PlaceHolder
1 field defined, 1 record
PlaceHolder

Fields

Table Name: PlaceHolder - 1 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
AddressNormal, TextAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: English

      Layout Objects: PlaceHolder

      Regular Fields

      Field Name: PlaceHolder::Address
      Field PropertiesCoordinatesField FormatField BehaviorQuick Find
      • Top: 78 pt
      • Left: 5 pt
      • Bottom: 137 pt
      • Right: 311 pt
      • Anchoring: Left and Right, Top
      Field Format:
      • Edit Box
      Field Behavior:
      • Allow field to be entered: In Find mode, In Browse mode
      • Touch keyboard type: Default for Data Type
      • Go to next field using: Tab key
      Yes

      Merge Fields

      Field PropertiesCoordinatesFieldsQuick Find
        Text:
      • Installed Plug-ins
      • Top: 540 pt
      • Left: 6 pt
      • Bottom: 633 pt
      • Right: 314 pt
      • Anchoring: Left and Right, Top
        No

        Buttons

        Button PropertiesCoordinatesScript/Script Step
          Type:
        • Text: Show Address on Map
        • Top: 145 pt
        • Left: 151 pt
        • Bottom: 178 pt
        • Right: 311 pt
        • Anchoring: Right, Top
        Perform Script [ “Show Address” ]

        Scripts:


        Button PropertiesCoordinatesScript/Script Step
          Type:
        • Text: Remove
        • Top: 144 pt
        • Left: 10 pt
        • Bottom: 177 pt
        • Right: 70 pt
        • Anchoring: Left, Top
        Perform Script [ “Remove Map” ]

        Scripts:


        Button PropertiesCoordinatesScript/Script Step
          Type:
        • Text: Examples List
        • Top: 8 pt
        • Left: 187 pt
        • Bottom: 42 pt
        • Right: 311 pt
        • Anchoring: Right, Top
        Select Window [ Name: "iOS Examples" ]

        Graphic Objects

        Graphic Object PropertiesCoordinates
          Object Name:
        • map
          Type:
        • Rectangle
          Hide Condition:
        • 1
        • Top: 181 pt
        • Left: 6 pt
        • Bottom: 527 pt
        • Right: 311 pt
        • Anchoring: Left and Right, Top and Bottom

        Script Hierarchy

        Show Address
        Initialize Map
        Remove Map
        Layout Open Trigger

        Next Script: [Initialize Map]
        Script NameShow Address
        Run script with full access privilegesOff
        Include In MenuYes
        Layouts that use this script
        Scripts that use this script
          Script Definition
          Script Steps
          • If [ $$MapView = "" ]
          • Perform Script [ “Initialize Map” ]
          • End If
          • If [ $$MapView ≠ "" ]
          • Set Variable [ $r; Value:MBS( "MapView.ShowAddress"; $$MapView; PlaceHolder::Address; 1 ) ]
          • End If
          Fields used in this script
          Scripts used in this script
          Layouts used in this script
            Tables used in this script
            Table occurrences used by this script
            Custom Functions used by this script
              Custom menu set used by this script

                Previous Script: [Show Address]Next Script: [Remove Map]
                Script NameInitialize Map
                Run script with full access privilegesOff
                Include In MenuYes
                Layouts that use this script
                  Scripts that use this script
                  Script Definition
                  Script Steps
                  Fields used in this script
                    Scripts used in this script
                    Layouts used in this script
                      Tables used in this script
                        Table occurrences used by this script
                          Custom Functions used by this script
                            Custom menu set used by this script

                              Previous Script: [Initialize Map]Next Script: [Layout Open Trigger]
                              Script NameRemove Map
                              Run script with full access privilegesOff
                              Include In MenuYes
                              Layouts that use this script
                              Scripts that use this script
                              Script Definition
                              Script Steps
                              • If [ $$mapView ≠ "" ]
                              • Set Variable [ $r; Value:MBS("MapView.Release"; $$mapView) ]
                              • Set Variable [ $$mapView; Value:"" ]
                              • End If
                              Fields used in this script
                                Scripts used in this script
                                  Layouts used in this script
                                    Tables used in this script
                                      Table occurrences used by this script
                                        Custom Functions used by this script
                                          Custom menu set used by this script

                                            Previous Script: [Remove Map]
                                            Script NameLayout Open Trigger
                                            Run script with full access privilegesOff
                                            Include In MenuYes
                                            Layouts that use this script
                                              Scripts that use this script
                                                Script Definition
                                                Script Steps
                                                • Set Variable [ $r; Value:MBS("FM.RunScriptLater"; ,2; Get(FileName); "Initialize Map";) ]
                                                Fields used in this script
                                                  Scripts used in this script
                                                    Layouts used in this script
                                                      Tables used in this script
                                                        Table occurrences used by this script
                                                          Custom Functions used by this script
                                                            Custom menu set used by this script

                                                              Download example: MapKit iOS

                                                              Used functions: