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

MBS FileMaker Plugin Example Databases

Receipt Check

All examples are included with download of MBS FileMaker Plugin.

Receipt Check.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts0
Value Lists0
Custom Functions0
Custom Menus32
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
Receipt Check
3 fields defined, 2 records
Receipt Check

Fields

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

                    Layout Objects: Receipt Check

                    Regular Fields

                    Field Name: Receipt Check::Path
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 24 pt
                    • Left: 138 pt
                    • Bottom: 38 pt
                    • Right: 727 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: Receipt Check::Check
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 42 pt
                    • Left: 138 pt
                    • Bottom: 56 pt
                    • Right: 727 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: Receipt Check::Exit
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 60 pt
                    • Left: 138 pt
                    • Bottom: 74 pt
                    • Right: 727 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: Find Receipt
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 108 pt
                    • Left: 90 pt
                    • Bottom: 127 pt
                    • Right: 199 pt
                    • Anchoring: Left, Top
                    Set Field [ Receipt Check::Path; MBS("Validate.FindReceipt") ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: Check Receipt
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 108 pt
                    • Left: 204 pt
                    • Bottom: 127 pt
                    • Right: 313 pt
                    • Anchoring: Left, Top
                    Set Field [ Receipt Check::Check; MBS("Validate.CheckReceipt"; Receipt Check::Path; "1.0.2"; "com.example.SampleApp") ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: Exit if needed
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 108 pt
                    • Left: 318 pt
                    • Bottom: 127 pt
                    • Right: 427 pt
                    • Anchoring: Left, Top
                    Set Field [ Receipt Check::Exit; MBS("Validate.Exit"; Receipt Check::Exit) ]

                    Fields:


                    Download example: Receipt Check

                    Used functions: