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

MBS FileMaker Plugin Example Databases

Speak Test

All examples are included with download of MBS FileMaker Plugin.

Speak Test.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts2
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
Speak Test
1 field defined, 1 record
Speak Test

Fields

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

      Layout Objects: Speak Test

      Regular Fields

      Field Name: Speak Test::Counter
      Field PropertiesCoordinatesField FormatField BehaviorQuick Find
      • Top: 80 pt
      • Left: 151 pt
      • Bottom: 101 pt
      • Right: 404 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: Speak using FileMaker
      • Top: 139 pt
      • Left: 227 pt
      • Bottom: 177 pt
      • Right: 424 pt
      • Anchoring: Left, Top
      Perform Script [ “using FileMaker” ]

      Scripts:


      Button PropertiesCoordinatesScript/Script Step
        Type:
      • Text: Speak using Plugin
      • Top: 192 pt
      • Left: 227 pt
      • Bottom: 230 pt
      • Right: 424 pt
      • Anchoring: Left, Top
      Perform Script [ “using MBS” ]

      Scripts:


      Script Hierarchy

      using FileMaker
      using MBS

      Next Script: [using MBS]
      Script Nameusing FileMaker
      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 [ $i; Value:0 ]
        • Loop
        • Set Variable [ $i; Value:$i + 1 ]
        • Set Field [ Speak Test::Counter; $i ]
        • Speak [ Text: $i ] [ Wait for completion ]
        • Commit Records/Requests
        • Exit Loop If [ $i > 100 ]
        • End Loop
        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: [using FileMaker]
                Script Nameusing MBS
                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 [ $i; Value:0 ]
                  • Loop
                  • Set Variable [ $i; Value:$i + 1 ]
                  • Set Field [ Speak Test::Counter; $i ]
                  • Set Variable [ $r; Value:MBS( "Text.Speak"; $i; ""; 1) ]
                  • Loop
                  • Pause/Resume Script [ Duration (seconds): ,1 ]
                  • Exit Loop If [ MBS( "Speech.IsSpeaking" ) ≠ 1 ]
                  • End Loop
                  • Commit Records/Requests
                  • Exit Loop If [ $i > 100 ]
                  • End Loop
                  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: Speak Test

                          Used functions: