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

MBS FileMaker Plugin Example Databases

ImageCapture Dialogs

All examples are included with download of MBS FileMaker Plugin.

ImageCapture Dialogs.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts5
Value Lists0
Custom Functions0
Custom Menus0
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
OnFirstWindowOpenScript: Start Script
OnLastWindowCloseOff
OnWindowOpenOff
OnWindowCloseOff
OnFileAVPlayerChangeOff
Thumbnail Settings
Generate ThumbnailsOn; Temporary

 

Tables

Table Name
Statistics
Occurrences in Relationship Graph
ImageCapture Dialogs
2 fields defined, 0 record
ImageCapture Dialogs

Fields

Table Name: ImageCapture Dialogs - 2 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
ImageNormal, BinaryAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
      ScannerNameNormal, TextAuto-Enter:
      • Allow editing
      Validation:
      • Only during data entry
      Storage:
      • Global
      • Repetitions: 1
      • Index Language: German

          Layout Objects: ImageCapture Dialogs

          Regular Fields

          Field Name: ImageCapture Dialogs::Image
          Field PropertiesCoordinatesField FormatField BehaviorQuick Find
          • Top: 61 pt
          • Left: 12 pt
          • Bottom: 522 pt
          • Right: 1013 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
          No

          Field Name: ImageCapture Dialogs::ScannerName
          Field PropertiesCoordinatesField FormatField BehaviorQuick Find
          • Top: 19 pt
          • Left: 181 pt
          • Bottom: 40 pt
          • Right: 405 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
          No

          Buttons

          Button PropertiesCoordinatesScript/Script Step
            Type:
          • Text: Select Device Panel
          • Top: 10 pt
          • Left: 29 pt
          • Bottom: 40 pt
          • Right: 172 pt
          • Anchoring: Left, Top
          Perform Script [ “Select Scanner Dialog” ]

          Scripts:


          Button PropertiesCoordinatesScript/Script Step
            Type:
          • Text: Scanner
          • Top: 10 pt
          • Left: 418 pt
          • Bottom: 40 pt
          • Right: 561 pt
          • Anchoring: Left, Top
          Perform Script [ “Scan Dialog” ]

          Scripts:


          Button PropertiesCoordinatesScript/Script Step
            Type:
          • Text: Clear Images
          • Top: 10 pt
          • Left: 878 pt
          • Bottom: 40 pt
          • Right: 1004 pt
          • Anchoring: Left, Top
          Truncate Table [ No dialog; Table: “ImageCapture Dialogs” ]

          Script Hierarchy

          Select Scanner Dialog
          Scan Dialog
          Start Script
          Select Scanner Dialog Trigger
          Scanner Dialog Trigger

          Next Script: [Scan Dialog]
          Script NameSelect Scanner 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: [Select Scanner Dialog]Next Script: [Start Script]
                          Script NameScan 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: [Scan Dialog]Next Script: [Select Scanner Dialog Trigger]
                                    Script NameStart Script
                                    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: [Start Script]Next Script: [Scanner Dialog Trigger]
                                                      Script NameSelect Scanner Dialog Trigger
                                                      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 [ $Param; Value:Get(ScriptParameter) ]
                                                          • If [ $Param = "Select" ]
                                                          • Set Variable [ $name; Value:MBS("IKDeviceBrowserPanel.SelectedDeviceName") ]
                                                          • Set Field [ ImageCapture Dialogs::ScannerName; $name ]
                                                          • 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: [Select Scanner Dialog Trigger]
                                                                  Script NameScanner Dialog Trigger
                                                                  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 [ $Path; Value:Get(ScriptParameter) ]
                                                                      • If [ Length ( $path ) > 0 ]
                                                                      • Set Variable [ $Image; Value:MBS("Container.ReadFile"; $path) ]
                                                                      • If [ MBS("ISError") = 0 ]
                                                                      • New Record/Request
                                                                      • Set Field [ ImageCapture Dialogs::Image; $Image ]
                                                                      • Commit Records/Requests [ No dialog ]
                                                                      • End If
                                                                      • 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

                                                                              Download example: ImageCapture Dialogs

                                                                              Used functions: