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

MBS FileMaker Plugin Example Databases

Web Password

All examples are included with download of MBS FileMaker Plugin.

Web Password.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts2
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
Web Password
4 fields defined, 1 record
Web Password

Fields

Table Name: Web Password - 4 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
HostNormal, TextAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: German
      UsernameNormal, TextAuto-Enter:
      • Allow editing
      Validation:
      • Only during data entry
      Storage:
      • Repetitions: 1
      • Indexing: None
      • Automatically create indexes as needed
      • Index Language: German
          PasswordNormal, TextAuto-Enter:
          • Allow editing
          Validation:
          • Only during data entry
          Storage:
          • Repetitions: 1
          • Indexing: None
          • Automatically create indexes as needed
          • Index Language: German
              URLNormal, TextAuto-Enter:
              • Allow editing
              Validation:
              • Only during data entry
              Storage:
              • Repetitions: 1
              • Indexing: None
              • Automatically create indexes as needed
              • Index Language: German

                  Layout Objects: Web Password

                  Regular Fields

                  Field Name: Web Password::Host
                  Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                  • Top: 54 pt
                  • Left: 84 pt
                  • Bottom: 73 pt
                  • Right: 337 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: Web Password::Username
                  Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                  • Top: 77 pt
                  • Left: 84 pt
                  • Bottom: 96 pt
                  • Right: 337 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: Web Password::Password
                  Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                  • Top: 100 pt
                  • Left: 84 pt
                  • Bottom: 119 pt
                  • Right: 337 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: Web Password::URL
                  Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                  • Top: 123 pt
                  • Left: 84 pt
                  • Bottom: 142 pt
                  • Right: 337 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: Go To URL
                  • Top: 55 pt
                  • Left: 350 pt
                  • Bottom: 89 pt
                  • Right: 553 pt
                  • Anchoring: Left, Top
                  Perform Script [ “GoToURL” ]

                  Scripts:


                  Button PropertiesCoordinatesScript/Script Step
                    Type:
                  • Text: Go To URL with password
                  • Top: 100 pt
                  • Left: 350 pt
                  • Bottom: 134 pt
                  • Right: 553 pt
                  • Anchoring: Left, Top
                  Perform Script [ “GoToURL with Password” ]

                  Scripts:


                  Web Viewer Controls

                  Web Viewer Control PropertiesCoordinatesWeb Address
                    Object Name:
                  • web
                    Additional Properties:
                  • Allow interaction with web viewer content
                  • Display progress bar
                  • Display status messages
                  • Automatically encode URL
                  • Top: 152 pt
                  • Left: 12 pt
                  • Bottom: 481 pt
                  • Right: 553 pt
                  • Anchoring: Left and Right, Top and Bottom
                  "about:blank"

                  Script Hierarchy

                  GoToURL
                  GoToURL with Password

                  Next Script: [GoToURL with Password]
                  Script NameGoToURL
                  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 [ $r; Value:MBS( "WebView.Passwords.Clear"; "web" ) ]
                    • Set Web Viewer [ Object Name: "web"; URL: Web Password::URL ]
                    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: [GoToURL]
                            Script NameGoToURL with Password
                            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 [ $r; Value:MBS( "WebView.Passwords.Install"; "web" ) ]
                              • Set Variable [ $r; Value:MBS( "WebView.Passwords.Set"; Web Password::Host; Web Password::Username; Web Password::Password ) ]
                              • Set Web Viewer [ Object Name: "web"; URL: Web Password::URL ]
                              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: Web Password

                                      Used functions: