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
Tables 1
Relationships 0
Layouts 3
Scripts 4
Value Lists 0
Custom Functions 0
Custom Menus 24
File Options
Default custom menu set [Standard FileMaker Menus]
Default theme Apex Blue
When opening file
Minimum allowed version 12.0
Login using Account Name; Account= Admin
Allow user to save password Off
Require iOS passcode Off
Show Sign-in fields Off
Switch to layout Off
Hide all toolbars Off
Script triggers
OnFirstWindowOpen Off
OnLastWindowClose Off
OnWindowOpen Off
OnWindowClose Off
OnFileAVPlayerChange Off
OnWindowTransaction Off
Thumbnail Settings
Generate Thumbnails On; Temporary

 

Tables

Table Name
Statistics
Comments
Occurrences in Relationship Graph
Card Test
2 fields defined, 2 records
Card Test

Fields

Table Name: Card Test - 2 Fields
Field Name Type Options Comments On Layouts In Relationships In Scripts In Value Lists
Name Normal, Text Auto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: German
        FirstName Normal, Text Auto-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 Properties Coordinates Field Format Field Behavior Quick 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 Properties Coordinates Field Format Field Behavior Quick 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 Properties Coordinates Script/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: Card

              Regular Fields

              Field Name: Card Test::Name
              Field Properties Coordinates Field Format Field Behavior Quick Find
              • Top: 39 pt
              • Left: 196 pt
              • Bottom: 70 pt
              • Right: 449 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 Properties Coordinates Field Format Field Behavior Quick Find
              • Top: 74 pt
              • Left: 196 pt
              • Bottom: 105 pt
              • Right: 449 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 Properties Coordinates Script/Script Step
                Type:
              • Text: Save
              • Top: 240 pt
              • Left: 575 pt
              • Bottom: 271 pt
              • Right: 730 pt
              • Anchoring: Right, Bottom
              Perform Script [ “Close Script” ]

              Scripts:


              Layout Objects: Tabelle

              Regular Fields

              Field Name: Card Test::Name
              Field Properties Coordinates Field Format Field Behavior Quick 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 Properties Coordinates Field Format Field Behavior Quick 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 Name Show Card
              Run script with full access privileges Off
              Siri Shortcut Visible Off
              Include In Menu Yes
              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: “Card”; Height: 400; Width: 600; Close: Yes; Minimize: No; Maximize: No; Resize: No; Menu Bar: No; Dim parent window: Yes; Toolbars: No ]
                • Set Variable [ $r; Value:MBS("Window.SetRoundCorners"; 0; 12) ]
                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 Name Toggle Table Dialog
                            Run script with full access privileges Off
                            Siri Shortcut Visible Off
                            Include In Menu Yes
                            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 Name Close Script
                                              Run script with full access privileges Off
                                              Siri Shortcut Visible Off
                                              Include In Menu No
                                              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 Name Exit Card Layout Trigger
                                                              Run script with full access privileges Off
                                                              Siri Shortcut Visible Off
                                                              Include In Menu No
                                                              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: