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

MBS FileMaker Plugin Example Databases

Container Remove Test

All examples are included with download of MBS FileMaker Plugin.

Container Remove Test.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts0
Value Lists0
Custom Functions0
Custom Menus33
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
test
4 fields defined, 1 record
test

Fields

Table Name: test - 4 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
inputNormal, BinaryAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
        InputTypesNormal, TextAuto-Enter: Validation:
        • Only during data entry
        Storage:
        • Repetitions: 1
        • Indexing: None
        • Automatically create indexes as needed
        • Index Language: German
              outputTypesNormal, TextAuto-Enter: Validation:
              • Only during data entry
              Storage:
              • Repetitions: 1
              • Indexing: None
              • Automatically create indexes as needed
              • Index Language: German
                    outputNormal, BinaryAuto-Enter:
                    • Allow editing
                    Validation:
                    • Only during data entry
                    Storage:
                    • Repetitions: 1

                          Layout Objects: test

                          Regular Fields

                          Field Name: test::input
                          Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                          • Top: 42 pt
                          • Left: 138 pt
                          • Bottom: 167 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: System Default
                          • Go to next field using: Tab key
                          No

                          Field Name: test::InputTypes
                          Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                          • Top: 168 pt
                          • Left: 138 pt
                          • Bottom: 182 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: System Default
                          • Go to next field using: Tab key
                          Yes

                          Field Name: test::outputTypes
                          Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                          • Top: 186 pt
                          • Left: 138 pt
                          • Bottom: 200 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: System Default
                          • Go to next field using: Tab key
                          Yes

                          Field Name: test::output
                          Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                          • Top: 204 pt
                          • Left: 138 pt
                          • Bottom: 329 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: System Default
                          • Go to next field using: Tab key
                          No

                          Group Buttons

                          Button PropertiesCoordinatesScript/Script Step
                            Type:
                          • Text: Remove PDF Stream
                            Additional Properties:
                          • Change to hand cursor over button
                          • Rectangular
                          • Top: 144 pt
                          • Left: 414 pt
                          • Bottom: 169 pt
                          • Right: 547 pt
                          • Anchoring: Left, Top
                          Set Field [ test::output; MBS("Container.Remove"; test::input; "PDF ") ]

                          Fields:


                          Button PropertiesCoordinatesScript/Script Step
                            Type:
                          • Text: Remove JPEG Stream
                            Additional Properties:
                          • Change to hand cursor over button
                          • Rectangular
                          • Top: 180 pt
                          • Left: 414 pt
                          • Bottom: 205 pt
                          • Right: 547 pt
                          • Anchoring: Left, Top
                          Set Field [ test::output; MBS("Container.Remove"; test::input; "JPEG") ]

                          Fields:


                          Button PropertiesCoordinatesScript/Script Step
                            Type:
                          • Text: Enable Trace
                            Additional Properties:
                          • Change to hand cursor over button
                          • Rectangular
                          • Top: 6 pt
                          • Left: 570 pt
                          • Bottom: 31 pt
                          • Right: 673 pt
                          • Anchoring: Left, Top
                          Set Variable [ $r; Value:MBS("Trace") ]

                          Download example: Container Remove Test

                          Used functions: