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

MBS FileMaker Plugin Example Databases

Card Window Test

All examples are included with download of MBS FileMaker Plugin.

Card Window Test.fmp12

Overview
Tables1
Relationships0
Layouts2
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
Card Test
2 fields defined, 2 records
Card Test

Fields

Table Name: Card Test - 2 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
NameNormal, TextAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: German
        FirstNameNormal, TextAuto-Enter:
        • Allow editing
        Validation:
        • Only during data entry
        Storage:
        • Repetitions: 1
        • Indexing: None
        • Automatically create indexes as needed
        • Index Language: German

              Layout Objects: Card Test

              Regular Fields

              Field Name: Card Test::Name
              Field PropertiesCoordinatesField FormatField BehaviorQuick Find
              • Top: 52 pt
              • Left: 138 pt
              • Bottom: 73 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: Default for Data Type
              • Go to next field using: Tab key
              Yes

              Field Name: Card Test::FirstName
              Field PropertiesCoordinatesField FormatField BehaviorQuick Find
              • Top: 78 pt
              • Left: 138 pt
              • Bottom: 99 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: Default for Data Type
              • Go to next field using: Tab key
              Yes

              Buttons

              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Show Card
              • Top: 122 pt
              • Left: 89 pt
              • Bottom: 154 pt
              • Right: 214 pt
              • Anchoring: Left, Top
              Perform Script [ “Show Card” ]

              Scripts:


              Layout Objects: Tabelle

              Regular Fields

              Field Name: Card Test::Name
              Field PropertiesCoordinatesField FormatField BehaviorQuick Find
              • Top: 20 pt
              • Left: 0 pt
              • Bottom: 37 pt
              • Right: 120 pt
              • Anchoring: Left, 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

              Field Name: Card Test::FirstName
              Field PropertiesCoordinatesField FormatField BehaviorQuick Find
              • Top: 20 pt
              • Left: 120 pt
              • Bottom: 37 pt
              • Right: 240 pt
              • Anchoring: Left, 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

              Script Hierarchy

              Show Card
              Toggle Table Dialog
              Close Script
              Exit Card Layout Trigger

              Next Script: [Toggle Table Dialog]
              Script NameShow Card
              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( "EventMonitor.Install" ) ]
                • Set Variable [ $$cardShowing; Value:1 ]
                • Set Variable [ $r; Value:MBS( "EventMonitor.SetCardWindow"; Get(WindowName); -1; -1; 600; 400; Get(FileName); "Close Script" ) ]
                • New Window [ Style: Card; Name: "Card"; Using layout: “Tabelle”; Height: 400; Width: 600; Close: Yes; Minimize: No; Maximize: No; Resize: No; Menu Bar: No; Dim parent window: Yes; Toolbars: No ]
                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 Card]Next Script: [Close Script]
                            Script NameToggle Table Dialog
                            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: [Toggle Table Dialog]Next Script: [Exit Card Layout Trigger]
                                              Script NameClose Script
                                              Run script with full access privilegesOff
                                              Include In MenuNo
                                              Layouts that use this script
                                                Scripts that use this script
                                                  Script Definition
                                                  Script Steps
                                                  • If [ $$cardShowing ]
                                                  • Set Variable [ $$cardShowing; Value:0 ]
                                                  • Close Window [ Name: "Card"; Current file ]
                                                  • Set Variable [ $r; Value:MBS("EventMonitor.ClearCardWindow") ]
                                                  • 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: [Close Script]
                                                                Script NameExit Card Layout Trigger
                                                                Run script with full access privilegesOff
                                                                Include In MenuNo
                                                                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

                                                                                  Download example: Card Window Test

                                                                                  Used functions: